Krystian Mężyk
Krystian Mężyk
+1 Is it something what is going to be fixed in this plugin pretty soon?
When you will call first the same request using cordova-plugin-fetch, it will "unlock" saving set-cookie header in next normal request. That fixes issue when app is opened first time after...
I'm using in my app cordova-plugin-file-transfer to download/save files on device. In request there is no cookie header, even when app is not first opened on device. Looks like above...
Hi, When I run bluetoothSerial.connect it returns for me array which contains my device (macbook). As id i see: "\\?\BTHENUM#{00001101-0000-1000-8000-00805f9b34fb}_LOCALMFG&000f#8&260e5458&0&9801A78C5686_C00000000#{b142fc3e-fa4e-460b-8abc-072b628b3c70}" but when I'm trying to run: bluetoothSerial.connect("\\?\BTHENUM#{00001101-0000-1000-8000-00805f9b34fb}_LOCALMFG&000f#8&260e5458&0&9801A78C5686_C00000000#{b142fc3e-fa4e-460b-8abc-072b628b3c70}", s, f) it...
Hi, I've found where my issue was located... my id contains "\" signs and when I was using js console to call connect method and paste my id inside it...
Hey, same problem here ... Still no ideas how to deal with that?
ok - it's working, what I did is: `WinJS.Application.onactivated = function(e) { console.log(e.detail.uri); } ` directly inside my app.js , instead of using plugin...