Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

App Jumps back to previous screen

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

App Jumps back to previous screen

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.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

App Jumps back to previous screen

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

Return to “Issues”