-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add webview tracking support for flutter_inappwebview plugin #624
Comments
Hi @orevial, I will look into it. Can you also raise a feature request with Datadog support so we can capture this internally? Thanks! |
Sure, will do ! |
Done, it's request #1761119 |
Also looking forward to this feature. |
This adds a package to support for InAppWebView. This commits is focused only on the InAppWebView widget, and iOS support. The next set of commits will focus on Android support and other browser classes in the package. refs: RUM-6952, #624
This adds a package to support for InAppWebView. This commits is focused only on the InAppWebView widget, and iOS support. The next set of commits will focus on Android support and other browser classes in the package. refs: RUM-6952, #624
This adds a package to support for InAppWebView. This commits is focused only on the InAppWebView widget, and iOS support. The next set of commits will focus on Android support and other browser classes in the package. refs: RUM-6952, #624
This adds a package to support for InAppWebView. This commits is focused only on the InAppWebView widget, and iOS support. The next set of commits will focus on Android support and other browser classes in the package. refs: RUM-6952, #624
I've started looking into supporting this, but I've run into some issues that appear to be in the package itself that are preventing a full implementation. Can you tell me what version of the package you're using, and which portions you're using ( Essentially, |
@fuzzybinary I'm using latest I'm mostly using What do you mean when you say that |
@orevial That's good to know, thanks. I should be more specific. |
This adds a package to support for InAppWebView. This commits is focused only on the InAppWebView widget, and iOS support. The next set of commits will focus on Android support and other browser classes in the package. refs: RUM-6952, #624
Hi folks!
Please note the giant warning about tracking InAppBrowser in Android 33+ will not work. I intend to release a 1.1 that relies on Please let me know if you run into any problems. |
Thanks for the update @fuzzybinary. Not sure yet if I start testing the 1.0.1 now without Android 33+ working or if I just wait for the next release of |
@orevial Sounds good. I'll likely be releasing 1.1.0-beta.1 later today, relying on |
Feature description
Web View tracking for Flutter is closely coupled to Flutter default webview plugin
webview_flutter
.It would be great if there was the same kind of extension on the very popular plugin
flutter_inappwebview
as well.This would offer this kind of integration for this plugin :
Proposed solution
Add an extension to
flutter_inappwebview
controller like we have today forflutter_webview
, e.g.:Other relevant information
Proposed solution would be the most integrated solution.
The text was updated successfully, but these errors were encountered: