I am using mobile jquery to develop html5 app. But i am facing some issue in popup.
I tried the below code.
<a href="#popupBasic" data-rel="popup" data-transition="flip" data-history="false">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.</p>
</div>
Popup is working fine with computer and mobile browser. But i test it on a android mobile after convert it into app(.apk). Then a blue transparent layer is showing over the popup if i click somewhere on the mobile screen this layer will remove from the popup.
how to remove this blue transparent screen.