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.
cordova google map plugin not shown map
-
I have the same issue, Show event is not fired, i am using onsen 1.x,
Here is my code,document.addEventListener("show", function (event) { if (event.target.id == "service_requests-page") { alert("init service_requests-page"); } }, false);
Any one can help ?
-
@Omar-Hassan Try this and report back the results:
document.addEventListener("show", function (event) { console.log(event.target.id); },false);