jthoeny

Results 3 comments of jthoeny

Enabling hybrid composition seems to be a workaround to fix the keyboard issue: ``` InAppWebView( initialOptions: InAppWebViewGroupOptions( android: AndroidInAppWebViewOptions( useHybridComposition: true ) ) ) ```

We also would like to use an offset with gravity center and would appreciate if this PR could be merged soon.

@luongvo I'm using your fork now, thank you!