ipald

Results 3 comments of ipald

I've the same issue with the ui-material-bottomsheet [https://github.com/nativescript-community/ui-material-components/issues/258](https://github.com/nativescript-community/ui-material-components/issues/258). There are any updates about it?

Hi, I've just found a workaround looking at source code `var player = window.player = videojs('videojs-panorama-player', {}, function () {});` `...` `player.panorama({});` `...` `var coords = {` `lat: player.getChild('Canvas').lat,` `lon:...

I've found a solution I changed the file platforms/android/include.gradle to ``` dependencies { // implementation (project(":library")) { // transitive = true // } api ('io.socket:socket.io-client:1.+') { exclude group: 'org.json', module:...