I am developing a site for mobile web application using Html5 and jQuery which were very new technologies I am working with, My problem is that, onclick of a button I am opening a new popup window using window.showModelDialog("url",...);.
This window has to be model because user should not access the parent page.
but the popup window is not opening in android browser, and its opening in another tab on chrome browser where as its working fine on desktop browsers ...
can anybody suggest some tweaks to that pop works on mobile browsers.
Thanks