Closed alexandrzavalii closed 6 years ago
After I moved my webview on the server I have many plugins not available.
For some reason there are few that I can access. cordova.plugins:
Keyboard: function() brightness: {getBrightness: function, setBrightness: function, setKeepScreenOn: function} screenorientation:
window.plugins:
orientationLock
In my javascript I have a call to 'window.plugins.streamingMedia.playVideo
How would I make all the cordova plugin available the same way they where previously ? Can I inject them using this plugin ?
After I moved my webview on the server I have many plugins not available.
For some reason there are few that I can access. cordova.plugins:
window.plugins:
In my javascript I have a call to 'window.plugins.streamingMedia.playVideo
How would I make all the cordova plugin available the same way they where previously ? Can I inject them using this plugin ?