09-07-2012 12:35 PM
Hi
can you please telll me how to pop screen while moving to next screen in phonegap.
09-10-2012 08:19 AM
I don't know that Phonegap has screen management built into the framework the way something like jQuery Mobile (http://jquerymobile.com/) or bbUI.js (https://github.com/blackberry/bbui.js) does.
09-10-2012 08:24 AM
Hey Ravi,
It depends on how you have designed your content. PhoneGap simply provides the application container to host your content. Are you using a framework like jQuery Mobile bbUI.js or Sencha Touch to describe your pages? If so those frameworks have their own ways of navigating between previous and next pages.
For example, here is how you design screens in bbUI.js:
https://github.com/blackberry/bbUI.js/wiki/Screens
Hope that helps,