Maihan Nijat
Maihan Nijat
It does not work with Angular 9.
Get an error in the console which says: > Error TypeError this._map is null on leaflet-velocity.js line 414.
Sometimes I get the following error:  But the component still works. I looked into the source and found the following: ``` Windy.prototype.stop...
``` mergeImages([ {src: 'xxxx'}, {src: 'xxxxx'}, {src: 'xxxxxx'} ], {crossOrigin: "Anonymous", width: 2550, height: 3300}) .then( b64 => { download(b64, "map.png"); }); ``` I want to resize the image instead...
`NativeAudio.addListener('complete')` does not work for Android apps, but it does for web and iOS. I have tested the app with different Android SDKs but none of them worked. ` NativeAudio.addListener('complete',...