-
Notifications
You must be signed in to change notification settings - Fork 68
Show Android activites #579
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
Comments
Never tried really. I mostly envisioned "headless" libraries. You might try to call an activity with an intent and see what happens. |
"Launch" was not what I had in mind, but including for example MuPDF viewer (an android library) in a Flutter screen. |
You may be looking at https://docs.flutter.dev/platform-integration/android/platform-views If you need interop of platform view with JNIgen, things may break due to initialization order. Please report them. Again its an advanced use case and not yet on our radar. |
This is possible. Here's an example I tried with showing a webview using JNIgen: https://github.com/HosseinYousefi/webview_plugin We're however going to make this workflow more developer friendly (#699). |
Possible?
If yes, how?
Examples?
If not, what are the blockers?
Possible to solve them?
The text was updated successfully, but these errors were encountered: