Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

App slow after popup included

I have added a popup from the toolbox and added a html panel which has a radio group a text input area and two buttons. The transition to this page is now really slow! Is this behaviour normal, should I adopt a different approach?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

App slow after popup included

Hi Joe,

It's hard to say for this time, please give us your app public link and describe steps to reproduce your problem. We will take a look.

Regards.

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

App slow after popup included

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" --

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

App slow after popup included

close this please.

Return to “Issues”