Hi Yurii,
I think the speed of the app is mainly down to the test device I am using and not the popup. Although the default transition speed of the page transition is also playing a part in this.
Whilst I have your attention would you tell me how to achieve the following please. I want the popup to cover the whole of the screen on the mobile device and am able to do this with css as in.
.ui-popup-container{
left:0px !important;
width:100%;
height:100%
}
This obviously targets all popups, I only want to target the one which looks like the sample below (opening tags only) I have attempted #complete_pge_faultPop.ui-popup-container without success.
<!-- <div data-role="popup" name="faultPop" dsid="faultPop" id="complete_pge_faultPop"
class="complete_pge_faultPop" data-corners="false" data- dismissible="false" data-overlay-theme="d"
data-theme="b" data-shadow="false" data-tolerance="4,4,4,4" --