Floating screen Cordova

Asked

Viewed 61 times

0

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

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

Dialog Jquery Mobile

Browser other questions tagged

You are not signed in. Login or sign up in order to post.