Closed RemyNoulin closed 8 years ago
I am using textarea and sharejs in a cordova app. I keep seeing 'Loading...'
After some debug, I see that the call to sharejs fails (both in iOS and Android):
sharejs.open docId, 'text', getOptions(), (error, doc) =>
The callback is never executed.
In the console log, I get an error:
Failed to load resource: the server responded with a status of 401 (Unauthorized) http://www.google.com/images/cleardot.gif
The file downloading this image is: packages/sharejs-base/.npm/package/node_modules/share/node_modules/browserchannel/dist/bcsocket-uncompressed.js
This works fine in web browsers. Can we fix sharejs to make it work in cordova?
I do not have any experience with cordova. Is this problem with the changes in cordova for meteor 1.3 still relevant?
There is a new cordova version in meteor 1.3, so it might not be relevant anymore.
I am using textarea and sharejs in a cordova app. I keep seeing 'Loading...'
After some debug, I see that the call to sharejs fails (both in iOS and Android):
sharejs.open docId, 'text', getOptions(), (error, doc) =>
The callback is never executed.
In the console log, I get an error:
The file downloading this image is: packages/sharejs-base/.npm/package/node_modules/share/node_modules/browserchannel/dist/bcsocket-uncompressed.js
This works fine in web browsers. Can we fix sharejs to make it work in cordova?