Marcin

Results 6 comments of Marcin

I noticed similar issue with 10 - 20 MB files (read was unexpectly slow) - I have increase speed of reading (25%) by changing READ_CHUNK_SIZE in FileReader.js - currently it...

Sadly issue still occurs - when I record over 1 minute of video I could seek in first part but then after time of video it still playing "lost" part,...

@tk505 I have made a try to extend cordova-plugin-chrome-apps-sockets-udp (https://github.com/mzielezny/cordova-plugin-chrome-apps-sockets-udp) and for my usecase with electron it is working (WIP because I made only that part which let me to...

If anyone need I have also tried to prepare [WiP] SQLLite version of plugin - far from production but I'm using third party node module (not build as dgram) and...

Native node modules have to be recompiled for electron. In my sql-lite fork I'm recompiling sqllite3 module and than use it in Cordova Electron project - so I think it...

I have experienced the same issue using ionic and cordova electron First I have to change line in index.html ` ` to ` ` But it hasn't fixed all the...