Mladen Brndušić

Results 3 issues of Mladen Brndušić

Calling preloadRewardedVideoAd fails with errors: > JS: Error in admob.preloadRewardedVideoAd: TypeError: Cannot read property 'getRewardedVideoAdInstance' of undefined > JS: TypeError: Cannot read property 'getRewardedVideoAdInstance' of undefined I have no Idea...

`TrackedJob` name is currently a class basename. Sometimes can happen like in my case that there are jobs with the same class name in different namespaces. Is this intentionally made...

I have an issue only on android platform. Here is what am I doing: ``` const nickNameMarker = new Marker(); const bitmapWidth = owner.nick_name.length * 5; createBitmap(bitmapWidth, 10) .dispose((imageBitmap) =>...