nparashuram / cordova-plugin-browsersync

BrowserSync Plugin for Cordova
110 stars 69 forks source link

Any change seems to spawn infinite '[BS] Reloading Browsers...' logs in terminal #11

Open tomchambers2 opened 8 years ago

tomchambers2 commented 8 years ago

It registers changes, but seems to keep on reloading the browser:

[BS] Reloading Browsers...

Is it waiting for a response from the phone browser? This is happening on an iPhone 5s and in the xcode emulator.

alexzarbn commented 8 years ago

Same issue with Android 5.1.

axemclion commented 8 years ago

Looking into this now

DanielJoyce commented 8 years ago

Yeah, I get reloading browsers spam, but eventually stops

axemclion commented 8 years ago

@DanielJoyce @tomchambers2 @aoki-sora - I am planning to retire this project in favor of Taco-livereload. That is also based on pretty much the same code, and I am now a PM on that project. That project will also have more devs working on it, so will have much more support as an official project.

Would that fulfill your needs ? Are there anything that this project has, that taco-livereload does not have ?

DanielJoyce commented 8 years ago

My only concern is that it work on plain Cordova, and not TACO, which we do not use. If I can use the plugin on plain Cordova then that is fine.

davidalee commented 7 years ago

It seems that livereload in TACO only works for Ionic v1 projects. Does that mean those of us using just Cordova are out of luck?

axemclion commented 7 years ago

@davidalee Note that the TACCO CLI is now deprecated - https://github.com/microsoft/taco.

cc @jmatthiesen, who works on the Taco part and should be able to give you some more clarity.

davidalee commented 7 years ago

Sorry, I mistakenly referred to TACO when I meant to refer to vscode-cordova. In vscode-cordova, the livereload only works in the browser, and the ionicLiveReload is only for Ionic projects according to the docs.

If there is a way for me to enable live reloading for a Cordova application that does not use Ionic, please let me know.

woosungchu commented 6 years ago

this issue still exists