mahen23

Results 20 comments of mahen23

This bug is present since June 17th and its almost 2023 and still NO FIX. I have been forced to revert back to AGM Core maps just to get our...

Having issues with fetch() too under Android. Testing under Android Studio, the logcat shows that the execution proceeds inside the addEventListener but Fetch is not executing. Does not matter if...

+1 this feature, it would be great if we can "Fetch" count from the server and update Badge icon accordingly in the background.

> Can you provide a screen recording so that I better understand the problem? Here is a screen recording, best i could do with the little time: https://youtu.be/7vF5-MqqW20 Here is...

> You need to await the promise: > > ```js > function async setBadge() { > console.log("Setting badge count to: ", this.badgeCount); > await Badge.set({ count: this.badgeCount }); > const...

[badgeBug.tar.gz](https://github.com/capawesome-team/capacitor-badge/files/10479981/badgeBug.tar.gz) > @mahen23 Please provide a Minimal, Reproducible Example (see [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)) so I can debug the issue.

> @mahen23 Can you please publish the example as GitHub repo? Sorry I do not know how to do that... I can google it and see how its done, but...

> > Just create a normal GitHub repository and push all files: > > ``` > git init > git add . > git commit -m "first commit" > git...

> > > > > > > > > > Just create a normal GitHub repository and push all files: > > > ``` > > > git init >...

> You should only pass integers as count. `getRandomArbitrary` also returns comma values: > > ``` > $ Math.random() * (99 - 10) + 10 > 31.30685279633496 > ``` >...