[Question] Switch between multiple app bundles?
See original GitHub issueHi,
does capacitor support dynamically switching the web app that is served/displayed? I’m thinking of features like Microsoft Code Push (OTA updates to mobile apps without Google/Apple Store release) or using capacitor for dedicated screens as a part of native mobile apps, e.g.
- Home screen native
- Feature 1 in capacitor (web app 1)
- Feature 2 in capacitor (web app 2)
- Feature 3 in native
You can make it work with Cordova & ReactNative, so I was wondering if that is something capacitor supports directly or via old Cordova Plugins? If yes what are the APIs to look for on the native side?
I looked at the android code my initial impression was that a local webserver serves a hardcoded directory in the android assets
. I didn’t see a way to inject a different location/content resolver.
Thank you 🙏
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Android App Bundle frequently asked questions
One of the features of app bundles is that they allow separating an app into multiple modules, called "feature modules". These modules can...
Read more >xcode - iOS - Supporting Multiple Apps With Same Version ...
Go to Target -> Info and find 'Bundle name' and change it. That will be your app name. ... Far better to retire...
Read more >How to move app bundles safely on the command line
Yes, in my experience there has been no problem either moving or copying applications, even from one drive to another, using the regular...
Read more >Everything to know about Play App Signing - MAD Skills
App Bundles : Everything to know about Play App Signing - MAD Skills ... Answers to common questions about Play App Signing on...
Read more >Can you change the bundle id of an… - Apple Developer
In the section "Bundle ID", when you move your cursor to the question mark, you can see the popped hint, which says: "The...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jcesarmobile thanks for your reply. I found the WebView Plugin in source (android & ios) - but didn’t find much documentation on it. Is there docs for it or should I go read the code?
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.