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