-
Notifications
You must be signed in to change notification settings - Fork 52
[webview_flutter] General improvements #500
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
[webview_flutter] General improvements #500
Conversation
| } else if (string_key == "allowsInlineMediaPlayback") { | ||
| // Not applicable for Tizen (always allowed). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is true for the lightweight web engine. Is this also true for EWK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this feature only for iOS. and as far as I know, most weview implementations are allowed inline media playback by default. so I think you don't have to care about it.
JSUYA
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't int color(in 150 line) be changed to int32_t as well?
|
@JSUYA Either way should be okay but |
bbrto21
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| } else if (string_key == "allowsInlineMediaPlayback") { | ||
| // Not applicable for Tizen (always allowed). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this feature only for iOS. and as far as I know, most weview implementations are allowed inline media playback by default. so I think you don't have to care about it.
WebSettings.javascriptModeandWebViewController.clearCache.