Page 1 of 1

selct menu component + nativemenu

Posted: Fri Jul 04, 2014 12:21 pm
by ciccio

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


selct menu component + nativemenu

Posted: Fri Jul 04, 2014 4:38 pm
by Kateryna Grynko

Hi Ciccio,

Yes, there is such problem. You can try updating native selects on Page show event.


selct menu component + nativemenu

Posted: Sun Jul 06, 2014 9:02 am
by ciccio

Is this an appery (select component or data mapping) problem or is it jquerymobile problem. ? Could i solve it without mapping restresponse and adding a js to the rest success event?


selct menu component + nativemenu

Posted: Sun Jul 06, 2014 5:20 pm
by ciccio

do you have any news?


selct menu component + nativemenu

Posted: Sun Jul 06, 2014 5:25 pm
by Evgene Karachevtsev

Hello,

Sorry, not yet. Working on it.


selct menu component + nativemenu

Posted: Mon Jul 07, 2014 7:12 am
by ciccio

I tried to invoke the service on page show event but some times when i come back to the page where the native select component is if i click on the select i get nothing
I tried to save rest response to a local storage variable and add a js to populate select component but i have the same problem before
The problem occurs just when i test the extracted apk on android 4.1.2 and nether on the desktop appery tester nor on the mobile appery tester. How can i solve my problem
Please could you provide me any suggestion?


selct menu component + nativemenu

Posted: Mon Jul 07, 2014 7:15 am
by ciccio

Is the problem related just to native menu select component or to the select component?
Should i try witout checking native menu?


selct menu component + nativemenu

Posted: Mon Jul 07, 2014 8:15 am
by Kateryna Grynko

Hi Ciccio,

Here is what I tried. I installed apk on device with Android 4.2.2 and tapped 'scegli la partenza', then saw a list. Then I moved to another page, get back and clicked again.I saw the same list. Could you please clarify, do I understand the issue correctly? Please post detail steps to reproduce the problem.