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

Add webview tracking support for flutter_inappwebview plugin #624

Open
orevial opened this issue Jun 17, 2024 · 4 comments
Open

Add webview tracking support for flutter_inappwebview plugin #624

orevial opened this issue Jun 17, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@orevial
Copy link

orevial commented Jun 17, 2024

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 :

image

Proposed solution

Add an extension to flutter_inappwebview controller like we have today for flutter_webview, e.g.:

InAppWebView(
  initialSettings: InAppWebViewSettings(
    ... some settings
  )..trackDatadogEvents(
    DatadogSdk.instance,
    ['myapp.example'],
  )
)

Other relevant information

Proposed solution would be the most integrated solution.

@orevial orevial added the enhancement New feature or request label Jun 17, 2024
@fuzzybinary
Copy link
Collaborator

Hi @orevial,

I will look into it. Can you also raise a feature request with Datadog support so we can capture this internally?

Thanks!

@orevial
Copy link
Author

orevial commented Jul 4, 2024

Sure, will do !

@orevial
Copy link
Author

orevial commented Jul 4, 2024

Done, it's request #1761119

@adamk22
Copy link

adamk22 commented Sep 20, 2024

Also looking forward to this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants