JQuery UI autocomplete on iPad - ipad

Has anyone ever tried to develop an autocomplete input with JQuery UI for iPad web app?
I use JQuery mobile and added JQuery UI to do the autocomplete. It works fine on Firefox but not on iPad.
Is there any limitation or incompatibility?

Related

lQuery mobile breaks select fieldset on iOS

I have an app built with phonegap and jQuery mobile. On android everything is fine, but on iOS 6, some elements are acting weird.
Screenshot:
Does anyone have an idea how to fix this?

IOS 7 Safari stop when touch input text area for pop up keyboard

my service has a problem.
When user get web page through mobile safari that has a lot of html and js codes, and touch input text to type a text, keyboard popup doesn't show up and safari app stops.
Is this performance issue(because of a lot of html and js codes)? or iOS safari bugs?
When I do using Chrome or though desktop, there is no problem.
I had a similar problem on iOS 7 (while everything was okay on iOS 6): in my case, the keyboard took long (about 10 seconds) to show up and Safari was frozen during that time.
I solved the problem by upgrading to newer versions of jquery and jquerymobile, in my case from jquery 1.8.3 to 1.10.2 and from jquerymobile 1.2.0 to 1.3.2
That is to say, this solution might work for you if you use jquery and jquerymobile.

How to get Jquery web carousel fit on my phonegap app

Well i trying to get a web jquery carousel to my phonegap app. I look for many possibilities but unfortunately can't find a real resizable carousel that can go on with any devices android or iphone..
I taked a look at Jcarousel http://sorgalla.com/jcarousel/ and Flexslider http://www.woothemes.com/flexslider/ but can not work as well as it should on mobile devices
can anyone help me please ?

ui tabs youtube embed on iOS mobile

Scenario:
JQuery UI Tabs - one of which has YouTube embed iframe code
Works fine on all browsers
In iOS mobile (iPhone/ iPad) the tab works but am not able to click on the YouTube - nothing happens
If I move the embed outside of the tabs it works fine in iOS mobile devices
Am using this version:
http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js
Any suggestions?
Thanks in advance

jQuery Ui Slider Handler not getting dragged with mouse in PhoneGap application

I am working on an iPhone Application. I am using PhoneGap in Xcode4 to develop the application and testing it with iPhone simulator 4.3.
My issue is I am using jQuery ui slider in my application to implement audio bar, the slider is moving properly with the audio but I can't drag the slider handle with mouse and when I test the same application with Safari browser it is working fine there.
jQuery UI currently does not support touch events. I would recommend using jQuery UI Touch Punch to add that functionality - http://touchpunch.furf.com/.

Resources