-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Can I set the InAppWebview background to transparent? #41
Comments
Please add on prepare() InAppWebView java class
So we can use webview with transparent background ... |
use: crossPlatform: InAppWebViewOptions(transparentBackground: true) |
Yes it works |
This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it. |
initialOptions is Deprecated Use: |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
I just want to show the inline html content in my app, so I want to set the webview background to transparent, so that it can show my app's background with the html content.
thx~~
The text was updated successfully, but these errors were encountered: