语言

Menu
Sites
Language
Virtual Keypad launch

Hello ,

I am new to this tizen app devolopment

 

Can anybody tell me how to launch a keypad while moving from one text field to other

Currently i am using document.getElementById(inputfield.id).focus();  It launches the default keypad. and doesnot launch key pad which i expected to

The field type was set to Number so i expect platform to to show the number keypad.

Is there any way to launch number keypad after focus() 

 

Regards

Naveen

响应

3 回复
steve jin

If other field is <input type="number" > , then number keyd will be shown. otherwise do you need to launch number keypad by force?  

 

steve jin

If other field is <input type="number" > , then number keyd will be shown. otherwise do you need to launch number keypad by force?  

 

Alex Dem

Hi,
Try to look some tips here:
https://developer.tizen.org/forums/web-application-development/virtual-device-keyboard-api
Alexey.