Skip to content
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

Create WebviewRect in order to decouple the Webview from the Scaffold #567

Open
wants to merge 284 commits into
base: master
Choose a base branch
from

Conversation

ivanasen
Copy link
Contributor

Users may not always want to use the built-in Material Scaffold and want to use their own one, or have the WebView placed in custom-sized and positioned place on the screen.
So I separated the logic which draws the native webview over a custom rectangle in a separate widget.

lejard-h and others added 30 commits March 25, 2018 13:54
Removing commented code;
Using withZoom and hidden values;
Verifying WebView instance before "navigate", "evalJavascript", "resize" and "closeWebView".
Never set minSdk and targetSdk in manifest.
Taking safe areas into account for bottom bars
rafern and others added 28 commits August 15, 2019 13:51
Fixed clearing cookies for ios
…headers

Reload webview headers, ios clear cookies
update example for onPostMessage
bugfix: Added google() repository to allprojects to satisfy androidx build rules
…l-dart

Add JavascriptChannel abstraction in dart code
Listen javascript function from flutter
* added initial test support

* added travis setup

* modified tests

* test new travis script

* added tests for android

* added android unit test support

* upgraded script

* fixed typo

* added execute permissions

* configured gradle

* configured github actions

* updated github actions

* added andorid ut

* added android yml

* renamed files and tasks

* removed redundant name

* renamed tasks

* fixed andorid ut script
@ivanasen ivanasen changed the title Created WebviewRect in order to decouple the Webview from the Scaffold Create WebviewRect in order to decouple the Webview from the Scaffold Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.