nparashuram / cordova-plugin-browsersync

BrowserSync Plugin for Cordova
110 stars 69 forks source link

ios emulator problem #20

Open aguvel opened 8 years ago

aguvel commented 8 years ago

Hi guys, after run command "cordova run ios --emulator -- --live-preview"

My example app, disconect from Browser Sync. See pic;

captura de tela 2016-06-30 01 15 32

But, when connect my device, all running ok!

Any idea?

aronsuarez commented 8 years ago

Same here

yugen commented 7 years ago

+1

masakura commented 7 years ago

Build jobs are stopped on iOS.

I am avoiding it by booting another platforms.

$ cordova platform add ios
$ cordova platform add browser
$ cordova emulate ios -- --live-reload

... snip

$ cordova run browser -- --live-reload # Start Browsersync server