Page 1 of 1

Custom jQuery Mobile versions?

Posted: Fri May 02, 2014 9:10 pm
by anon

Is it possible to use a particular version of jQuery Mobile for our app? I can't seem to find the script tag include where jQuery Mobile is either locally referenced or called via url. There are a few bugs in scrolling and swiping (Android only) in the current jQuery Mobile release, and it is affecting the presentation of my application horrifically. I would like to experiment with other releases.


Custom jQuery Mobile versions?

Posted: Fri May 02, 2014 9:19 pm
by Igor

You can select Library version in Project view, open Project App settings External Resources tab:
http://docs.appery.io/documentation/a...


Custom jQuery Mobile versions?

Posted: Tue May 27, 2014 6:45 pm
by anon

Just to clarify, if we include a new phonegap or jquery mobile (already built in libraries) and we add the URL to a newer version, will it overwrite it? The desired functionality is to discontinue library_versionX, and add library_versionX+1


Custom jQuery Mobile versions?

Posted: Tue May 27, 2014 9:34 pm
by Alena Prykhodko

Hello,

We don't recommend that you change jQuerymobile and Phonegap versions as Appery.io team has tested our product with predefined set of libraries.


Custom jQuery Mobile versions?

Posted: Wed May 28, 2014 6:24 pm
by anon

I understand this, and acknowledge that I may be breaking some other things that Appery supports and understand the risks. Is there still a way to remove the older library and add a new one? Will overwriting it do the trick


Custom jQuery Mobile versions?

Posted: Wed May 28, 2014 7:13 pm
by Evgene Karachevtsev

Hello,

You can edit sources of your pages manually and write there everything that you want(change jquerymobile version for example):
http://devcenter.appery.io/tutorials/...
But after that you can't use appery.io builder.