nparashuram / cordova-plugin-browsersync

BrowserSync Plugin for Cordova
110 stars 69 forks source link

How to know in the app if the live mode is active ? #46

Closed LordKBX closed 6 years ago

LordKBX commented 6 years ago

did we need to look at ___browserSync___.client ?

LordKBX commented 6 years ago

i found myself if(typeof(___browserSync___) != 'undefined'){}

patrickbussmann commented 6 years ago

Can you try this comment from me? https://github.com/nparashuram/cordova-plugin-browsersync/issues/31