Maihan Nijat

Results 5 issues of 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: ![screen shot 2019-02-11 at 3 25 32 pm](https://user-images.githubusercontent.com/21307976/52591236-709a6880-2e11-11e9-9b5b-c50e396b47ce.png) 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',...