Keyboard text on wearable entry component is cutoff
Keyboard text on wearable entry component is cutoff
BY 19 Aug 2019Native Application Development
I am creating my first tizen app, for a watch. I have started with the SettingUI sample code, and have added a ‘name’ item to the genlist, which I want to push a view where I enter my name. I will enter my name using an entry (on screen keyboard) component.
When I run the emulator I see the keyboard (only if in emulator v3.0 or later), but the “A short text” text is partially cutoff at the top of the screen. The text appears to be flowing in a SQUARE shape, but it should flow in a CIRCLE shape.
Strangely, if I set “elm_entry_line_wrap_set(entry,ELM_WRAP_NONE)” then the text appears in the middle of the screen (behind the keyboard).
At the moment I add the entry component directly to the naviframe (part of the SettingsUI sample). I suspect I have to add the keyboard to a circle, and the circle to the naviscreen. But I can’t figure out how or if that’s right. My code is below.
Can anyone explain how I would make the entry (keyboard) text appear properly onscreen? Or is this an emulator bug?
Keyboard text on wearable entry component is cutoff
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio