Hello! Working on it. I'll update.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello! Working on it. I'll update.
It's a bug, we'll fix it. As a workaround on service success run the following code: presetTimeout(function(){
$(".ui-slider").each(function () {
var $this = $(this);
var application = $this.find('[role="application"]');
if (application.length 1) {
$(application.get(1)).hide()
}
})
}, 10);/pre
That works perfectly. Thanks for your help.
Hello!
This bug is fixed.