ParanoidAndroid
ParanoidAndroid
#320 offers a solution: ``` So i changed in the papaparse _chunkLoaded function, this line if (xhr.status < 200 || xhr.status >= 400) by this one: if (!((xhr.status >= 200...
I'll do it soon, thanks
You have to build the app with Java 8 (1.8)
@mbilbao I did that in Android Studio, setting 1.8 as both target and source compatibility.
Do a cordova clean and rebuild Also, look at your grade files, maybe you have some reference to 1.7 still there
I have enabled the settings in vs code, "Update Import On File Move" but still it does not work for `.vue` files when using imports with an alias `@` like...
Same issue here. All of a sudden our maps with ~50.000 markers takes ages to load in Chrome 74. Example: https://five.epicollect.net/project/campaign-education Works fine in other browsers and previous versions of...
@tetedacier so you are adding multiple layers, one per each group? Is it not what `addLayers` and the `chunked` option does already? We used to add 50.000+ markers in a...
I would not close this either, addLayers() does not work as it should. There are some reasons that function was recommended I guess. Is there any chance to fix that...
> This sounds like a chrome bug. > I recommend someone raises an issue with them, or see if there is an already existing one. I would do that but...