Skip to content

Conversation

@swift-kim
Copy link
Member

  • Change the project type to staticLib.
  • Enable back key navigation.
  • Implement WebSettings.javascriptMode and WebViewController.clearCache.
  • Redirect console messages to stdout/stderr for easy debugging.
  • Minor code cleanups.

Comment on lines 203 to +204
} else if (string_key == "allowsInlineMediaPlayback") {
// Not applicable for Tizen (always allowed).
Copy link
Member Author

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?

Copy link
Contributor

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.

Copy link
Member

@JSUYA JSUYA left a 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?

@swift-kim
Copy link
Member Author

@JSUYA Either way should be okay but int32_t seems to make more sense since the value is expected to be exactly 32-bits long.

Copy link
Contributor

@bbrto21 bbrto21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines 203 to +204
} else if (string_key == "allowsInlineMediaPlayback") {
// Not applicable for Tizen (always allowed).
Copy link
Contributor

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.

@swift-kim swift-kim merged commit bef9090 into flutter-tizen:master Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants