- This topic has 9 replies, 5 voices, and was last updated 10 years, 9 months ago by support-octavio.
-
AuthorPosts
-
MuhammadMemberWhen I use Test Center, open my combobox, and when reload Test Center without close combobox,
combobox become freezing and was not able to close.
If I close Test Center and then normal again. But everytime I reload without close the combobox, the same is happen again.
paulDMemberThe test centre is buggy, Use chrome browser to test your app. A new test centre is being developed as we speak.
Paul
support-michaelKeymasterHi Muhammad,
The Test Center has some quirks especially with popup dialogs such as the spinner. We are currently developing a complete replacement for the Test Center that should be available soon. Until then don’t flame on this but consider closing the spinner (combo selection widget) before you relaunch your app. Or as pauld suggests, use chrome as an alternative.
MuhammadMemberThank you so much Octavio.
Your support is great! I love it.
MalakSadikParticipanti am using chrome but still the combobox wont close (niether “done” nor “cancel”)
paulDMemberI suspect you have a code error which fires when you select the combobox spinner. Hit F12 either the simulator or chrome and see if the console is logging any errors.
Also make sure you have the latest version of chrome installed. I am using the combobox in a project now with no problems.
Hope that helps
Paul
MalakSadikParticipantOk why when i test the combobox on chrome i dont have to change the default selected item, just click done and it will proceed but on the iphone i have to change the selection and then reselect the previously selected item ? How can i solve this?
Thanks
support-octavioMemberHi angelsprincess1,
Could you share a sample project? Also, please share device model and ios version.
MalakSadikParticipantiphone5 ios 7.0.4
on change:
var pageId = $('select[name="Combobox"]').val(); phoneui.gotoScreen(pageId, 'DEFAULT');
where combobox items value has the pageId:#m1-page1 and #m1-page2
the page transition works but on the iphone: page1 is the default and when i want to go to it i need to “change” to page2 then go back again and select page1. and if page to is selected i need to change to page1 then back then select page2. that doesnt happen in chrome while testing i just click done and it goes to the previously selected page
support-octavioMemberHi angelsprincess1,
Since we see different behaviors between SIM and ios this is going to be a browser diff. The reason is on ios the native combo and spinner are used. On SIM it is all emulated. I have asked the dev team to review.
-
AuthorPosts