jeseibel opened a new issue, #109:
URL: https://github.com/apache/cordova-browser/issues/109

   # Feature Request
   
   ## Motivation Behind Feature
   In order to view file changes you need to stop and restart the browser 
server; when that is done Cordova opens a new tab on the active browser, even 
if a tab is already open for the Cordova project.
   Having to close the currently open tab each time the server is rebooted gets 
annoying.
   
   
   ## Feature Description
   <!-- 
   Describe your feature request in detail
   Please provide any code examples or screenshots of what this feature would 
look like
   Are there any drawbacks? Will this break anything for existing users? 
   -->
   Add a optional argument `--no-launch` which will start the server, but won't 
open a new browser window/tab.
   
   Example:
   `cordova run browser --no-launch`
   
   
   ## Alternatives or Workarounds
   <!-- 
   Describe alternatives or workarounds you are currently using 
   Are there ways to do this with existing functionality?
   -->
   Using `cordova serve` achieves this functionality; however, serve currently 
has an issue with loading plugins:
   
   
![image](https://user-images.githubusercontent.com/85203568/197294360-d115790b-01ff-4bcd-a93b-6f0d0c3a04a4.png)
   
   (The plugins work as expected when using `cordova run browser` or `cordova 
run android`.)
   


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

Reply via email to