breautek commented on issue #1673: URL: https://github.com/apache/cordova-android/issues/1673#issuecomment-1758620991
Each activity would have its own webview and plugin instances, so it doesn't really make a whole lot of sense to have more than one cordova activity unless if you're trying to run multiple cordova environments in a single application. I don't think anything prevents you from making more than one cordova activity at least at the framework level, but if any plugin stores static state, then there might be problems. This is something not supported by the Cordova CLI, it would require you to manage a cordova project manually, which can be a daunting task and error-prone. It's also not a path that is tested and even if it works today, it may break without notice so I wouldn't really recommend creating more than one cordova activity. What's your use case for using more than one cordova activity? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
