语言

Menu
Sites
Language
Keyboard for native different from keyboard for samsung app?
Hi, I'm testing the UI Components sample and the keyboard is not the prediction keyboard like in samsung app, how can we use the prediction keyboard ? Thanks

响应

2 回复
Shaswati Saha

You may use the line of code below to allow text prediction:

elm_entry_prediction_allow_set(your_entry_obj, EINA_TRUE);

 

Tizen is me

Thanks