语言

Menu
Sites
Language
Gear 2 text input

hello evry body

i'm developping an application on gear 2 in which i need to enter an input

so i have to choise either i manage to have keyboard or use my voice 

in the case of the voice how can i manage

in the case of keyboard how can i use fleksy keyboard to compose a text inot input box inside my application

or how can i have my own keyboard

 

thaanks

响应

7 回复
AVSukhov

Hello,

 

When you add <input> tag to your app the system automatically determines the available input methods.

You cannot change SVoice or keyboard setting from your app.

Guide to install Fleksy keyboard to your Gear 2 device:

http://feedback.fleksy.com/knowledgebase/articles/406982-fleksy-for-samsung-galaxy-gear-2

Also, you can create your own IME app, for more info about IME app please refer to:

IME application documentation:

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.wearable.web.appprogramming/html/ime_guide/web_ime_programming_guide.htm

Sample IME app can be found in IDE:

IDE - > File -> New -> Tizen Web project -> Template -> IME Apllication

 

hamza haj

hello tahnks for responding me

the probleme that i cant use flexy inside my application as it is said in the guide

i tried also with the web ime but also it need to change the input text from default to webime like that https://developer.tizen.org/dev-guide/2.3.0/org.tizen.wearable.web.appprogramming/html/ime_guide/ime_tutorial.htm

but this cant be done on the gear2 because there's no inputtext in the setting

so how can i do

also can i have a way to use speech input like the Svoice application because the classic way speech input is not availble on tizen sdk

help please

 

thaanks

 

hamza haj

hello tahnks for responding me

the probleme that i cant use flexy inside my application as it is said in the guide

i tried also with the web ime but also it need to change the input text from default to webime like that https://developer.tizen.org/dev-guide/2.3.0/org.tizen.wearable.web.appprogramming/html/ime_guide/ime_tutorial.htm

but this cant be done on the gear2 because there's no inputtext in the setting

so how can i do

also can i have a way to use speech input like the Svoice application because the classic way speech input is not availble on tizen sdk

help please

 

thaanks

 

daniel kim

Hi,

As Gear2 doesn't support IME&STT and Fleksy is available in its own messanger only in Gear 2, I suggest you to create a provider in phone which can get the user text input and send it to consumer(Gear 2 appl) using SAP.

I'm expecting you can get more usefule information to implement it by below links.

           http://img-developer.samsung.com/gear/getting_started.html#gear_companion

Wish this will help you.

daniel kim

Hi,

As Gear2 doesn't support IME&STT and Fleksy is available in its own messanger only in Gear 2, I suggest you to create a provider in phone which can get the user text input and send it to consumer(Gear 2 appl) using SAP.

I'm expecting you can get more usefule information to implement it by below links.

           http://img-developer.samsung.com/gear/getting_started.html#gear_companion

Wish this will help you.

daniel kim

Hi,

As Gear2 doesn't support IME&STT and Fleksy is available in its own messanger only in Gear 2, I suggest you to create a provider in phone which can get the user text input and send it to consumer(Gear 2 appl) using SAP.

I'm expecting you can get more usefule information to implement it by below links.

           http://img-developer.samsung.com/gear/getting_started.html#gear_companion

Wish this will help you.

Rumata Estorish

Hello! You can use TypeGear. It uses Applications API so no IME&STT support needed