I am trying to create an application within Tizen where I will need a custom keyboard. Due to the high portability of HTML5 I would like to maintain, if possible, all code in the Tizen Web APIs instead of using the native api.
Is it possible for me to either a) whenever an input field is shown, do not display the natural device keyboard (this allows me to make one in html/js), or b) can I create a hybrid application where the native side only manages the keyboard, the rest is a web app, and with this create a custom keyboard layout (say containing additional symbols and greek letters for ease of access)?
My apologies if this is clearly outlined somewhere, but I'm having a hard time tracking down the answer to this, thank you for your time.