Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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.