[Eng]
Dear owner,
Webview becomes smaller when the virtual keyboard is displayed.
The problem occurs when "Start in fullscreen mode" is off in the player settings of unity.
This does not happen when “Start in fullscreen mode” is on.
Please let me know how to stop it from getting smaller.
Related Issues #300 ?
= Environment =
SHA-1 : 3ec19e9
OS : Android 11
Unity Settings : Player Settings(Android) -> Start in fullscreen mode off
Source : SampleWebView.cs
Change Code : webViewObject.SetMargins(0, 0, 0, 0);
Remarks : Also occurs with Screen.fullscreen=false.
The reason for off the full screen is to show the navigation bar.
[JP]
お世話になっております。
Full Screen(off)の状態でキーボードを表示すると、
WebView部分がFull Screen(on)時と比べて小さくなってしまいます。
Navigation Barを常に表示したいため、FullScreen(off)で利用したいです。
何か回避方法はありますでしょうか?
関連Issues #300 ?
FullScreen_off_Android :

FullScreen_on_Android :
