apache / cordova-browser

Apache Cordova
Apache License 2.0
170 stars 85 forks source link

Add generic Linux support to 'run' script #2

Closed berarma closed 7 years ago

berarma commented 9 years ago

Added code to run chromium on Linux platforms.

stevengill commented 9 years ago

Why chromium instead of chrome?

berarma commented 9 years ago

I guess that's what most distributions ship. Tested on Debian Wheezy.

berarma commented 9 years ago

Are you afraid of Chromium?

sosahvictor commented 9 years ago

Hello. Michal Mocny merged a PR of mine days ago about running the browser platform on Linux. See this JIRA https://issues.apache.org/jira/browse/CB-7978.

Probably that fix can be enhanced with chromium if required

purplecabbage commented 7 years ago

browser platform uses cordova-serve now. closing. Please send a pr to cordova https://github.com/apache/cordova-lib/tree/master/cordova-serve if this is still relevant.