blackberry / jQueryMobile-BB10-Theme

jQuery Mobile BlackBerry 10 Theme
Apache License 2.0
72 stars 56 forks source link

Dialog looks really bad #57

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hi, is there any alternative for the dialog of jQueryMobile? Because with this theme it looks not very well.

Gerii commented 11 years ago

Yes, the JavaScript functions alert, prompt and confirm. http://www.w3schools.com/js/js_popup.asp Or if you need more options to customize the dialog you can use the dialog class of WebWorks: https://developer.blackberry.com/html5/apis/blackberry.ui.dialog.html

ghost commented 11 years ago

thank you very much!