Has Someone a example???, How can I work with myNavigator.on('prepush' ....., thank you.
-
I’m new to this platform, Someone can help me ??
How can I work with myNavigator.on(‘prepush’ …, thank you. I need to load data from database before of that the page load.
Thank you.
-
@FranciscoValdes I think
prepush
event is not the correct place for loading data from a database. Perhaps you should load your data beforehand and callpushPage
method only when you get the response.