We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Web View tracking for Flutter is closely coupled to Flutter default webview plugin webview_flutter.
webview_flutter
It would be great if there was the same kind of extension on the very popular plugin flutter_inappwebview as well.
flutter_inappwebview
This would offer this kind of integration for this plugin :
Add an extension to flutter_inappwebview controller like we have today for flutter_webview, e.g.:
flutter_webview
InAppWebView( initialSettings: InAppWebViewSettings( ... some settings )..trackDatadogEvents( DatadogSdk.instance, ['myapp.example'], ) )
Proposed solution would be the most integrated solution.
The text was updated successfully, but these errors were encountered:
Hi @orevial,
I will look into it. Can you also raise a feature request with Datadog support so we can capture this internally?
Thanks!
Sorry, something went wrong.
Sure, will do !
Done, it's request #1761119
Also looking forward to this feature.
No branches or pull requests
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: