bsorrentino / cordova-broadcaster

Cordova Plugin to allow message exchange between javascript and native (and viceversa)
MIT License
115 stars 53 forks source link

how to start #27

Closed Desever closed 3 years ago

Desever commented 6 years ago

how to start

bsorrentino commented 6 years ago

Could you be more specific ? What you have to do ?

I guess that you have a cordova project and you have added this plugin cordova plugin add cordova-plugin-broadcaster

tushe commented 6 years ago

Hi, I have to catch volume up press when my app is in background, is it possible with this plugin? And when screen is locked? Thanks!

bsorrentino commented 6 years ago

To catch volume up in background or when screen locked concerns the native capabilitIes of mobile OS

This plugin is able to notify a native event to web UI but, in the above cases, there isn’t an active UI so I don’t think that it could be useful

bsorrentino commented 3 years ago

closed for inactivity