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

Android bridge fragment #2524

Closed
wants to merge 2 commits into from
Closed

Android bridge fragment #2524

wants to merge 2 commits into from

Conversation

mlynch
Copy link
Contributor

@mlynch mlynch commented Mar 4, 2020

Adds a Fragment for the bridge per our convo in slack

@fkirc
Copy link
Contributor

fkirc commented Mar 5, 2020

I was facing exactly the same issue and implemented a very similar bridge fragment.

My overall goal is to improve the applicability of Capacitor for existing native apps. To run only portions of a UI in a Capacitor-WebView, Fragments are much better suited than Activities. Hence, supporting fragments would be a huge win for the gradual adoption of Ionic/Capacitor into native codebases.

I would like to contribute to this goal if I have something battle-tested.

@mlynch
Copy link
Contributor Author

mlynch commented Mar 30, 2020

One thing I neglected to add was support for configuring the startDir from XML. Will add

@mlynch
Copy link
Contributor Author

mlynch commented Mar 31, 2020

Closing in lieu of #2666

@mlynch mlynch closed this Mar 31, 2020
@imhoffd imhoffd deleted the android-bridge-fragment branch July 16, 2020 16:53
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

Successfully merging this pull request may close these issues.

2 participants