Page 1 of 1

App slow after popup included

Posted: Tue Jan 13, 2015 3:22 am
by Joe Bohen

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?


App slow after popup included

Posted: Tue Jan 13, 2015 5:59 am
by Yurii Orishchuk

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.


App slow after popup included

Posted: Tue Jan 13, 2015 1:14 pm
by Joe Bohen

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


App slow after popup included

Posted: Tue Jan 13, 2015 7:19 pm
by Joe Bohen

close this please.