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.
Splitter outside navigator issue
-
Hello,
I am using the below tutorial page to create my page.
http://tutorial.onsen.io/?framework=vanilla&category=common patterns&module=splitter_navigatorIt works great.
But in the cards.html, I have <select></select> with no <option>.
I am loading the <option></options> dynamically using ajax in the page “init” event.
<option> gets loading first time when I click on the “cards” from menu.When I click the second time onwards, <option> is NOT getting loaded and <select> is empty.
I tried various combination for almost 2 days.
Could you please help ?
Thanks