Michal Mocny created CB-7999:
--------------------------------

             Summary: Investigate serving assets from simple http server for 
cordova-browser
                 Key: CB-7999
                 URL: https://issues.apache.org/jira/browse/CB-7999
             Project: Apache Cordova
          Issue Type: Bug
          Components: Browser
            Reporter: Michal Mocny


Currently we load page from file:// using chrome explicitly, and get around 
some of the issue that entails by passing chrome special runtime flags.

An alternative that has long been used by web devs is to just host a local 
server ala python -m SimpleHTTPServer (node equivalent: 
https://github.com/nodeapps/http-server).

Primary goals:
- Do not hardcode path to browser executable, let host open html page in 
whatever is set to default
- Support browsers that are not Chrome
- [stretch] Support livereload



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to