For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 25 replies, 5 voices, and was last updated 12 years, 2 months ago by
support-octavio.
-
AuthorPosts
-
Paul_paulParticipant@support
I have a number of apps on Google Play that use the selectListItem widget but since updating my Nexus 7 to the latest Android release none of them function, They select ok in the web simulator and with Chrome but not on my device. They all worked ok on the previous version.
This is pretty inconvenient to say the least, Any ideas?December 23, 2013 at 6:23 am #345453
KariSolamakiMemberWild guess,
maybe you have to compile the source again to support the newest Android version.December 23, 2013 at 8:40 am #345460
support-octavioMemberHi stickleback,
Can you share an URL to a sample app in Play Store?
Can you provide a sample project that demonstrates the issue?We look forward to the info. In the meantime we test some examples. We only have a latest Nexus 5 atm for device level testing with kitkat. We will see if we can replicate any issues on it.
December 23, 2013 at 3:19 pm #345469
Paul_paulParticipant@einotes, That was the first thing I tried, sadly when tapped the selectListItem still refuses to select.
December 23, 2013 at 5:53 pm #345470
CorsairTwoMemberFor what it’s worth I am having the same issue with KitKat. With the Menu Select list it always returns the first item in the list regardless of what was selected. Functionality work fine in Mobile Simulator.
December 23, 2013 at 7:25 pm #345472
Paul_paulParticipantHi Corsair, I used to be in a band called the Corsairs many years ago, anyway I digress, nice that I am not the only one having these problems with Android.
December 23, 2013 at 8:16 pm #345474
Paul_paulParticipant@Support,
I have sent the URL to an app in the Play Store to your support email address with the subject ‘Android URL from Stickleback, just run it on your KitKat device, you will see items cannot be selected.December 30, 2013 at 5:37 pm #345607
Paul_paulParticipantI understand you have people on holiday but I really was hoping for some sort of explanation as to why this widget is not functioning in the latest version of Android.
January 2, 2014 at 6:11 pm #345709
support-michaelKeymaster@stickleback
Replicated input issues with the SelectListMenu widget on android 4.4. The SLM in list-mode does not appear to accept any touch selection of a selectlistitem. The SLM in spinner-mode will not scroll up/down. I can select items. We have a bug opened for the dev team to investigate this closer. Will share status as soon as we have more info.
January 3, 2014 at 8:06 am #345722
support-michaelKeymasterUpdate: Your info was very helpful. The dev team resolved this issue early today and it is being tested now. The fix will be in the MobiOne 2.6 version to be released late today or on Monday. We will post a notice here as soon as 2.6 is available.
January 3, 2014 at 2:49 pm #345731
Paul_paulParticipantSo I assume I will have to re build all my Google Play apps with 2.6 and re submit. Is this correct?
January 5, 2014 at 6:25 pm #345758
support-michaelKeymasterCorrect, a rebuild is required. The change is an update in the Design Center.
January 7, 2014 at 3:47 pm #345820
Paul_paulParticipantI have rebuilt one app and the selectListItem now works and I can select items, trouble is the JS I used on a button to clear the selected items does not work anymore with this Android release. However as before with the selectListItem, it does work correctly on the Mobile Web Simulator.
Can you suggest an update for the code below to make it work:
$(‘.m1-selection-list > li’).each(function (i) {
$(this).removeClass(m1Design.css(“selected”));
});
phoneui.preprocessDOM();January 7, 2014 at 4:13 pm #345822
support-octavioMemberHi stickleback,
I just tested the sample code you provided on a nexus 7 with android 4.4.2 using a new project with a select list. It worked very well. I suspect that it might be a sintax error on your code, could you review it? Also, you can use next sample to test that code is working fine:
Attachments:
You must be logged in to view attached files.January 7, 2014 at 4:33 pm #345824
Paul_paulParticipantThanks for your prompt reply, sadly it still does not work and will not clear the selections. I copied the code you used in the example still did not work. What do you suggest I do? I could send you the install file so you can see for yourself.
In my configuration no items are selected on app open and multiple selections is checked. Would this make a difference? -
AuthorPosts
