HeimgardTechnologiesAS / cordova-plugin-advanced-websocket

MIT License
27 stars 18 forks source link

ReferenceError: Can't find variable: CordovaWebsocketPlugin #16

Closed minister19 closed 3 years ago

minister19 commented 5 years ago

Hello, I am using Adobe phonegap online build, trying to build for ios platform, the page shows websocket plugin installed as follows

image

and the build log is successful with some warnings: image image

But the plugin is missing during runtime as follows: image

Is there anything wrong with my installation? Thanks

chax commented 5 years ago

I never used Adobe Phonegap Build so i can't tell what is wrong here. Did you try to build app locally on Mac for iOS or on Linux/Mac/Windows for Android? Those warnings are just warnings and i would be surprised if they are the cause of your problem. Last question is, what did you use to debug (last screenshot).

Keep in mind that this plugin works only when app is running natively on iOs or Android and you can't use it in Browser (or platform electron).

chax commented 3 years ago

Closing this issue as it's been more than one year without any additional activity.