javascript - In a Chrome App, Why html inputs inside a webview are not firing auto-scroll event when keyboard shows up? -
on tv device chrome os (via chromebit / chromebox) , mobile devices, if use chrome browser, can notice when you're surfing web , focus input field, keyboard shows , auto-scroll event firing prevent keyboard hide field going fill.
when build chrome os app, have main html file put stuff , that's displayed.
if directly put input in html , test app, when you're focusing input field, event firing autoscroll content if field going hidden keyboard.
but, if input in webview (webview tag in chrome apps), , (by way) webview in main html file. if same actions, auto-scroll event not firing.
is there fix it, cause have chrome app displays 1 of web apps (i use webview this), , when use app on touch-screen tv, it's annoying have scroll myself content of window see why i'm typing, cause keyboard hides it..
thanks in advance.
Comments
Post a Comment