Hi,
I'm using the following javascript command:
setTimeout("Appery.navigateTo('page_name',{})" , 1000);
To load a page after 1 second. I placed it inside load event of the first page. When I run the app, I receive the following error message from the console:
Uncaught SyntaxError: Unexpected token {
What is the problem with the command? I picked it from Appery doc page.
Code: Select all
Thank you