Page 1 of 1

App Jumps back to previous screen

Posted: Fri Aug 12, 2016 8:39 am
by Deon

Hi

When running a jquery app in browser, I have to wait for the page to load completely before I can navigate to another page.

How can I get an event click to navigate to another page, thus overiding uncompleted events?

Thank you.


App Jumps back to previous screen

Posted: Sun Aug 14, 2016 9:32 am
by Serhii Kulibaba

Hello Deon,

You can use a load event, which fires before page is ready, but you have to wait it, if you want to use a click event for that. There are no way to override that.


App Jumps back to previous screen

Posted: Mon Aug 15, 2016 12:06 pm
by Deon

Then that means your product cannot be used for html sites. Lots of people click menu options before page is fully loaded.