- This topic has 2 replies, 2 voices, and was last updated 11 years, 3 months ago by Jossimaru.
-
AuthorPosts
-
JossimaruMemberHi!
My app is ready to be released, but I’ve noticed that the scrolling speed of the text in the arabic section is laggy and much slower than the english section (which behaves in a normal fashion).
I’ve attached the arabic section with the relevant background picture in an email and sent to support at genuitec dot com just now, please let me know if there’s anything I can do about it before submitting it to appstore.
Many thanks in advance,
Jossi
support-octavioMemberHi Jossi,
I have reviewed your project and found out that it contains many screens. I propose you to minimize the initial size of your app to be loaded by setting the HTML Page Architecture of resource intensive pages (anything that loads a ton of images or other resources) to “Remote Web Page (AJAX)”. What this effectively does is defer loading any screen with this setting until it is requested at runtime. The Mobione phoneui.js lib will fetch a remote screen’s html, javascript and css and merge it into the DOM. All other screens will be packaged into a single html file that is loaded on startup to create the initial DOM state of the application.
In order to set the Page Architecture for all your screens to Remote Web Page, go to Window Menu > Settings > HTML Generation > set Default HTML Page Architecture to Remote WebPage (AJAX).
JossimaruMemberYou’re a legend!!
It works like a charm! I checked around in the forum and a person called “louisoneal” had the same issue in his topic
“Scroll Panel Speed Reduced” at “viewtopic.php?f=8&t=3888”, and apparently you suggested a way to disable the “loading dialog” that comes up after every page. (disabling_loading_dialog.zip [4.29 KiB])I was just wondering if there was a way to automatically push the button “stop loading dialog” upon app start, rather than making the user press the button everytime when launching the app??
Thanks a million in advance.
Jossi -
AuthorPosts