-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following steps in set up docs - Uncaught ReferenceError: connectSDK is not defined #61
Comments
I realised i was missing the cordova.js script in my HTML: New Code:
Still no picker when built for android. When i load index.html directly in chrome i now get the following pop ups. https://i.stack.imgur.com/qwS9J.jpg https://i.stack.imgur.com/Q1L81.jpg If i cancel the pop ups i get these errors:
If i accept the pop ups i get these errors :
|
try to run
|
Could you install the plugin? I have been trying for 6 days and nothing that I could, I get the following error: |
@mrdu3nde is this for me or somebody else? |
Hi all,
I am following the steps on the website to set up http://www.svlconnectsdk.com/docs/1-6-0/cordova/discover-connect/
I have installed the SDK successfully, built and run the Android build. I have the button on screen but i am getting an uncaught reference error when selecting the button?
Anyone able to assist?
Error:
index.js:36 Uncaught ReferenceError: connectSDK is not defined
at Object.showDevicePicker (index.js:36)
at HTMLButtonElement.onclick (index.html:41)
My HTML
My JS File
Thanks
The text was updated successfully, but these errors were encountered: