-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please anyone tell how to get the webview content in fullscreen in webgl #863
Comments
thanks for reply, but i have disabled the buttons and i want only content part in full screen not blue are around, please tell me how to do that |
Unfortunately, as noted below, fullscreen mode requires a user interaction. https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen#security |
ok
okay let me try this, and for now its coming like this screenshot and i want this in full screen |
If you want to set every margin to zero, you can do so with |
i have already set the set the margin in above screenshot to zero, but i want the webview in full screen that is being showed in center. |
Please try the following sample https://github.com/gree/unity-webview/tree/example-for-859/sample which is discussed in #859 (comment) . If you set each margin to zero at https://github.com/gree/unity-webview/blob/example-for-859/sample/Assets/Scripts/SampleWebView.cs#L151 , the following is achieved. |
Hi @wafer004 I know its too late
|
please anyone tell how to get the webview content in fullscreen in webgl,
I want it in android also but first i want it in webgl, just guide anyone please.
The text was updated successfully, but these errors were encountered: