question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Switch between multiple app bundles?

See original GitHub issue

Hi,

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:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
NemoOudeiscommented, Feb 18, 2019

@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?

0reactions
ionitron-bot[bot]commented, Nov 11, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found