android - Keyboard does not appear on fire tv with apache cordova -


i've created small html5 app apache cordova , jquery mobile microsoft visual studio 2015. on android smartphones , tablets running fine. on amazon fire tv, soft keyboard not appear on input fields.

the html code this:

<div data-role="content">     <div data-role="fieldcontain">         <label for="addpagename">name</label>         <input type="text" name="addpagename" id="addpagename" value="" />      </div> </div> 

i have tried add

<preference name="keyboarddisplayrequiresuseraction" value="false" /> 

to config.xml, not have klick on input field, keyboard stil not appear

now amazon has released new fire os update, keyboard appearing , working fine.


Comments