Hi all,
OK basic newb question... I come from a web developer background and have used JQuery on my websites for ages.
Recently I have built my first app for iPhone using PhoneGap (for those that dont know its a library that allows you to basically code an app in html - its also known as Cordova). As usual I included the JQuery library for animations like slideUp etc.
The problem is that whilst it works fine on my simulator, when I try it on an actual device the JQuery animations are really slow and chunky.
So, my question is if I download and include the JQueryMobile library will that help improve things?
Thanks!