-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Embedded Capacitor #3182
Comments
I think that "Embedded Capacitor" already works today, but there are still some minor glitches like #3280. My goal remains to bring Capacitor into existing native codebases as smooth as possible (with as little immediate changes as possible). Once this initial Capacitor-ramp-up is successful, it becomes easier to re-write large apps in a gradual manner. |
@fkirc Great to hear. Please follow Capacitor 3 development! We will be doing dev releases once development picks up a bit. Your feedback would be very valuable. |
Is there any plan to add more documentation into how to do this embedding? We are currently looking for possible ways to embed parts of a Capacitor app on a native application. I saw in #3280 that a class called BridgeFragment exists, but could not manage to find any example of how to use it, and also didn't manage to find a way of how to achieve this on Ios. Is this still a feature that is under development, or is it just lacking documentation? |
However, there are still some rough edges because this is not yet an official feature. |
For iOS: I managed to embed Capacitor into an existing native iOS app by embedding |
Allow embedded capacitor to load a specific path on an instance of embedded capacitor as described here: #3405. |
For those following this issue, I removed the 3.0.0 milestone because it may be confusing. We are laying the foundation for "Embedded Capacitor" with the 3.0.0 release, but there will still be much work to do. Thanks for your patience! |
Closing this enhancement request. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Allow for the use case of embedding Capacitor inside native apps.
Allow for multiple instances of Capacitor in an app (not necessarily concurrently).
The text was updated successfully, but these errors were encountered: