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

Fixing wedget webview callbacks #264

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

Conversation

galebnas
Copy link

@galebnas galebnas commented Dec 8, 2018

This is a workaround for fixing callbacks not firing after closing wedget webview screen

lejard-h and others added 30 commits November 6, 2017 10:50
use standard Activity as calling class to support FlutterFragmentActivity
add eval javascript
sink onUrlChanged ...
android: add rect, fullScreen, userAgent, eval
Android: crash in close a hidden webview
[Android] Back button navigates back now instead of closing webview
Add pub badge
charafau and others added 26 commits November 14, 2018 23:07
Fixed crash issue on Flutter >= 0.10.2
Update Android SDK to 27 and Gradle to 3.2.1
Update readme to add the withLocalUrl argument
add back, forward, reload method on iOS
Enable progress indicator for page load with WebviewScaffold
Do not call onReceiveValue on null reference
…uttercommunity#187)

* separate openUrl and reloadUrl to keep WebView settings

* enable mixed content support in Android WebView

* enable mixed content support in Android WebView

* increase version number

* always allow mixed content

* reconfig Mixed Content Mode as Compatibility Mode

* fix bug UIViewController nil, support multiple windows in Android

* add global clean cookie function
* adding minSdkVersion

* Update build.gradle
For some reason WebViewScaffold.hidden property wasn't passed to webviewReference.launch call. Because of that WebView was always visible when shown using scaffold, even when hidden was set to true
Pass hidden state when opening WebViewScaffold
This is a workaround for fixing callbacks not firing after closing wedget webview screen
@charafau
Copy link
Collaborator

well.. I think we should dispose a webview and it's resources.

@galebnas
Copy link
Author

@charafau of course we should but this is just a temporary fix.
Without this the callbacks will not work after closing wedget webview screen even if you open another one

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.