Using jquery with phonegap.
i have phonegap app using query. in app have following statement:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
the app works fine both web server, , using adobe phonegap build build native android , ios apps.
my question is: phonegap build include jquery library built app, or android/ios app loading jquery library when initializes on phone?
if app not loading library until initialization, should uploading library git repository phonegap build include library in built app (so doesn't have download @ run time?)
thanks,
bob
yes static resources should bundled in app. if app requires internet connection, should fail gracefully when offline.
More discussions in PhoneGap Build
adobe
Comments
Post a Comment