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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to