selct menu component + nativemenu
i have a select menu component that is populated y a rest service on a page load event.
the prolem is that if i check native menu for my select component when the page is loaded the first time i get all the options coming from the rest, ut if i change page and i come back to the page where the select component is a get no option.
i don't have any error showed in the console, i'm sure the service had success (ecause i added an alert on service error).
i tried without native menu checked and it seems to don't loose the options when i come back from other pages.
how can i use properly my select with native menu?
i already shared my app with you (the name his simet) to test what happen you should just click to "partenze" (oldpartenze is with native menu and partenze is with the popup)
i also tried by adding the rest on pageshow event, ut in that case while it works on the desktop tester if i export the apk and i try on it sometimes it works and sometimes not