Vittorio
Vittorio
Very annoying. I just spent a few hours to find where the issue comes from (blank page after HMR). In my case it seems to happen only if the edit...
I've tried toUrl and toNativeURL (deprecated) but i get the same error as long as the allowed schemes are "http, data, chrome, https". Is there any way to change those?
I do download the file from remote API (this part works) and I store it for offline usage. But then I have to load it. I've tried using a file...
My files are smaller, 10-15MB but the reading takes up to 4 seconds on my (old) test device using just the file plugin. If I don’t find any alternative I’ll...
Finally I opted for the script embedding mechanism: - while writing the json during the download operation, I wrap it in a function call `window.__loadJSON(filePath, [json-content]);` - When I need...
@Lindsay-Needs-Sleep I'm facing a lot of troubles. I've seen you've done some PR, do you managed to load local files (using XHR and/or regular request) in both iOS and Android...
@Lindsay-Needs-Sleep thanks! My project evolved, and now I need real XHR support to load not only json files but also binary content and possibly chunks of data (mainly encoded audio...
Can #134 be merged?
The problem affects mobile browsers too (tested on Safari iPad). Page scroll affects element position. This should not happen when all the involved objects (target and constraints) have fixed position,...