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

Not able to add any other plugin into the overlay screen #87

Closed
ugirishm opened this issue Oct 15, 2023 · 1 comment
Closed

Not able to add any other plugin into the overlay screen #87

ugirishm opened this issue Oct 15, 2023 · 1 comment

Comments

@ugirishm
Copy link

Similar to the earlier issue on AdMob, if we add the flutter_chartboost to the overlay screen, we get the same PlatformView issue.

Tried adding other plugins without any UI, those also seems to fail.

@X-SLAYER
Copy link
Owner

Some of the packages don't work on background cuz they are attached to activity you need to make sure the feature doesn't need Activity Context. If that feature needs it, then we must initialize the method channel on onAttachedToActivity, which means it is impossible to use in the plugin that works as a background service.

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

No branches or pull requests

2 participants