cordova - Transition between pages in jQuery mobile -


i working on app has pages , here flow:

page1 -> page2 -> page -> 3 -> page1

now whenever press button, if on page 1, have exit app, , if om other pages, have go previous page.

if native android development, have intents, can use transition between pages.

i new jquery mobile , phonegap, have similar intents in phonegap/jquery mobile? or there other way can perform above?

add transition when write code button

you can add script on button click:

$.mobile.changepage('url', { options } ); 

have on link


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -