Hi,
The elm_entry_input_panel_show doesn't appear to work correctly.
When I call it the input panel does appear but the edit field is not updated with the virtual keyboard input.
I basically want to display the input panel with the user having to click on the edit field.
I have used the Native Sample Application Source Code example from https://developer.tizen.org/downloads/add-on-sdks
and modified the original code in void popup.c iap_input_popup(Evas_Object *parent, const char *data)
with
elm_entry_input_panel_show(editfield);
Do you have any similar exprerience ?
Thanks
Manos