Reputation: 3
Good evening,
I am currently working on making a Samsung Gear S2 APP using tizen sdk standalone (which works using HTML).
While working on this app we have an input (type number) to set a number, and all works fine by testing with the emulator, but when trying on a real device it seems the keyboard is showing Smilies when it should be showing just a conventional keyboard with numbers.
I write the html code that is not working properly:
<div id="unit-1">
<input class="conversion-box" id="unit1" name="unit1" type="number" placeholder="0" maxlength="9"/>
</div>
Can anyone help me with this error? Many thanks in advance
Upvotes: 0
Views: 127