Uche Ozoemena

Results 46 comments of Uche Ozoemena

@fabianglace did you find a way around this? I think one of my users is experiencing something similar.

Hi @silkimen , any hope of this feature coming any time soon?

The same thing is happening for me, needs to be fixed please. Can anyone from the tatum team confirm when this will be fixed?

By the way this problem comes directly from the `/broadcast` endpoint, it's not in the js sdk. In my case I'm using the Harmony.ONE blockchain so it's `/one/broadcast`, but for...

Did you find a workaround? The crashes are because those packages are only available in nodejs, not in the browser.

@breautek are there any changes that can be made in light of [this development](https://piunikaweb.com/2021/01/07/did-samsung-one-ui-3-0-android-11-update-remove-option-to-hide-camera-cutout/)? That PR works only if the camera cutout is hidden on the Samsung devices mentioned in...

@caleb87 @drewrygh did you both fix this in a more reliable way? `navigator.splashscreen.show()` is not working consistently for me.

@caleb87 @drewrygh do you have any hooks that edit your `config.xml` file? I created a sample app and the splashscreen works properly there (you can see [here](https://github.com/CodeWithOz/cordova-bad-web-workers/actions/runs/195501951)) so I'm suspecting...

@janpio hey I'm considering how to deactivate the auto-hide functionality right from the native code because the splashscreen still automatically hides when I set `AutoHideSplashScreen` to `"false"` in `config.xml`. I...

The culprit plugin for me was the background-geolocation plugin. I posted about this problem [there](https://github.com/transistorsoft/cordova-background-geolocation-lt/issues/1176). @onthez @caleb87 @drewrygh does any of you use that plugin?