You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/04/02 16:48:22 UTC

[GitHub] [cordova-android] gengns opened a new issue #711: The HTML element isn't working on Android 8 or higher

gengns opened a new issue #711: The HTML <datalist> element isn't working on Android 8 or higher 
URL: https://github.com/apache/cordova-android/issues/711
 
 
   # Bug Report
   HTML **datalist** element is not working since Android 8. However, it's working with previous versions.
    
   ## Problem
   If I try to open or type in an HTML **datalist** nothing happens. It behaves like an HTML input. So, you cannot list your options, search or autocomplete.
   
   ### What is expected to happen?
   https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
   
   ## Information
   If you open any web with an HTML **datalist** on your phone's browser, it behaves as expected.
   HTML **datalist** has been working for a long time. 
   At first we thought about an Android issue but it's working outside of Cordova.
   
   ### Command or Code
   Add this to the default Cordova example and open it on Android 8 or higher.
   ```
   <div class="app">
     <datalist id="ice-cream-flavors">
       <option value="Chocolate">
       <option value="Coconut">
       <option value="Vanilla">
     </datalist>
   </div>
   ```
   ### Environment, Platform, Device
   Android version: 8.0.0
   WebView implementation: Chrome 73.0.3683.90
   
   ### Version information
   cordova-lib@9.0.0 with:
     cordova-common@3.1.0
     cordova-create@2.0.0
     cordova-fetch@2.0.1
     cordova-serve@3.0.0
   
   Environment: 
     OS: linux
     Node: v11.9.0
     npm: 6.5.0
   
   Plugins:
     cordova-plugin-whitelist
   
   ## Checklist
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org