Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Developer
ravi1989
Posts: 740
Registered: ‎07-21-2012
My Carrier: 0

how to pop screen in HTML while pushing the next screen

Hi

 

can you please telll me how to pop screen while moving to next screen in phonegap.

Please use plain text.
BlackBerry Development Advisor
chadtatro
Posts: 387
Registered: ‎10-01-2009
My Carrier: Bell

Re: how to pop screen in HTML while pushing the next screen

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.

 

 

Chad Tetreault | App Development Consultant | BlackBerry Developer Relations | developer.blackberry.com | @chadtatro
Please use plain text.
Administrator
astanley
Posts: 1,140
Registered: ‎07-02-2009
My Carrier: Bell

Re: how to pop screen in HTML while pushing the next screen

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,

 

Follow me on Twitter: @n_adam_stanley
-------------------------------------------------------------------------------------------------------------------------
Your app doesn't work? Use BlackBerry remote web inspector to find out why.

Watch the BlackBerry Jam Americas Sessions.
Please use plain text.