Floating screen Cordova

0

I'm developing an application with Cordova, and I need to display some information brought from the DB when the user clicks a button, but I can not send it to another screen, I would like to display a kind of popup, is there any way to do this? Note: I've tried to use Toast but it's not what I need.

    
asked by anonymous 16.06.2015 / 15:11

1 answer

0

Since you are using JqueryMobile with Phonegap, what you need is a Dialog.

<a href="dialog.html" class="ui-shadow ui-btn ui-corner-all ui-btn-inline" data-transition="pop">Open dialog</a>

Read more in the Jquery documentation and see example here Dialog Jquery Mobile

    
16.06.2015 / 15:38