nparashuram / cordova-plugin-browsersync

BrowserSync Plugin for Cordova
110 stars 69 forks source link

Add browsersync online option #32

Closed masakura closed 7 years ago

masakura commented 7 years ago

Within the proxy, BrowserSync will not work unless you add the online=true option. Add --online option to cordova-plugin-browsersync.

If online = true is not set, it becomes only localhost, it will not be able to detect external ip.