facebook

Android 4.4.2 and selectListItem widget

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • #345445 Reply

    Paul_paul
    Participant

    @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?

    #345453

    KariSolamaki
    Member

    Wild guess,
    maybe you have to compile the source again to support the newest Android version.

    #345460

    Hi 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.

    #345469

    Paul_paul
    Participant

    @einotes, That was the first thing I tried, sadly when tapped the selectListItem still refuses to select.

    #345470

    CorsairTwo
    Member

    For 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.

    #345472

    Paul_paul
    Participant

    Hi 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.

    #345474

    Paul_paul
    Participant

    @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.

    #345607

    Paul_paul
    Participant

    I 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.

    #345709

    support-michael
    Keymaster

    @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.

    #345722

    support-michael
    Keymaster

    Update: 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.

    #345731

    Paul_paul
    Participant

    So I assume I will have to re build all my Google Play apps with 2.6 and re submit. Is this correct?

    #345758

    support-michael
    Keymaster

    Correct, a rebuild is required. The change is an update in the Design Center.

    #345820

    Paul_paul
    Participant

    I 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();

    #345822

    Hi 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.
    #345824

    Paul_paul
    Participant

    Thanks 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?

Viewing 15 posts - 1 through 15 (of 26 total)
Reply To: Android 4.4.2 and selectListItem widget

You must be logged in to post in the forum log in