Page 2 of 2

mobileslider broken has no handles- upgrade issue?

Posted: Wed Apr 22, 2015 2:26 am
by Yurii Orishchuk

Hi Joe,

Appery.io app based on jQuery mobile librabry (JQM).

JQM also includes jQuery UI.

When you try to include jQuery UI again - you broke versions and may be something else..

It's known problem in internet please read more here: https://forum.jquery.com/topic/mixing...

https://forum.jquery.com/topic/autoco...

Regards.


mobileslider broken has no handles- upgrade issue?

Posted: Wed Apr 22, 2015 2:45 am
by Joe7349603

Hi Yuuri, thanks for getting back, are you suggesting I add Jquery UI again? Or what should I try. I have read through the two links but didn't seem to have any sort of solution in addition to the fact that the forum is 4 years old.


mobileslider broken has no handles- upgrade issue?

Posted: Wed Apr 22, 2015 8:25 pm
by Joe7349603

I have tried to add the latest resource and removed the old one with the hope it will work but..no dice same issue. I am using a brand new page no other code etc.

http://code.jquery.com/ui/1.11.4/jque...

I may have to give up on this if Appery has no other suggestions..Anybody else experiencing this same issue?


mobileslider broken has no handles- upgrade issue?

Posted: Fri Apr 24, 2015 3:25 am
by Yurii Orishchuk

Hi Joe,

It's not an Appery.io issue. It's JQM issue that does not allow you to use jQuery UI widjets.. In JQM there is other autocomplete. Details: http://demos.jquerymobile.com/1.3.0-r...

Regards.


mobileslider broken has no handles- upgrade issue?

Posted: Fri Apr 24, 2015 3:50 am
by M&M

Well, there is one trick that you can try. I am not too sure how well it works, or whether it will break something else but what I did was to copy/paste the jquery-ui.js code into a local JS file and commented out the lines from 12653 to 13305. I have attached an image for reference.

You can also create the JS file by choosing "Create from URL" when creating the JS resource and point to http://code.jquery.com/ui/1.10.3/jque... Image

Haven't had the time to test it but it may help fix this problem


mobileslider broken has no handles- upgrade issue?

Posted: Thu Apr 30, 2015 5:41 pm
by Joe7349603

Thanks, that seems to work or at-least the slider is working the only challenge is that auto-complete got broken. It still populates but prevents the user from selecting the selections item. Touching the selection makes the whole suggested list to disappear.


mobileslider broken has no handles- upgrade issue?

Posted: Fri May 01, 2015 7:39 am
by M&M

How about commenting out the auto-complete part in the same file?


mobileslider broken has no handles- upgrade issue?

Posted: Sat May 02, 2015 5:06 am
by M&M

If you can do a simple app reproducing the problem I can help you fix this. You can put up a dropbox link to your app so that it can be downloaded and restored.

Quite a few things on hand so kinda tight on time. Having something to quickly reproduce the problem will help


mobileslider broken has no handles- upgrade issue?

Posted: Sun May 03, 2015 7:20 pm
by Joe7349603

Thanks for the offer appreciate it, will probably just push current code out and work on the slider fix as an upgrade