Norman Breau
Norman Breau
The UI in the picture is not the status bar. It's the navigation bar. The status bar is what appears on the top of the screen, e.g where the time...
I'm not sure why status bar APIs would be changing the navigation bar. That sounds like an unintended side effect to me and probably a bug. `StatusBar.show()/StatusBar.hide()` should only be...
Does the stream offer `https://` version? Error code 1 is aborted and android is known to reject non-secure http paths. Ref: https://github.com/apache/cordova-plugin-media/blob/master/www/MediaError.js#L46
> Yes stream works on - https also So can this issue be closed? Preferably you should always use https when available. Android starting in API 28 has disabled clear...
I've reproduced your issue -- I observed that the media starts but then closes the stream immediately. I'm not sure of the reason. I also tested it with simply the...
> Add this permission in the config.xml file to fix  Note that using manage external storage permission requires justification when uploading to google play store. Google may reject the...
>I am currently experiencing this error with this issue Any fixes for this? Http status code 500 means `Internal Server Error`. This means something went wrong on the server. The...
>Well in my case I'm not quite sure if it's an error 500. The backend error logs are empty. My only clue is that from Xcode it returns only INVALID_SERVER_URL....
There's been fixes related to the splashscreen that was released in 6.1.0. I'd suggest reconfirming the issue still exists in the current latest (`6.1.1`) and ensure that you're also using...
> @breautek interesting to hear... thanks for the tip! Just to confirm, are you meaning `cordova-ios` version `6.1.1`? > > `[email protected]` is the version I'm currently running, though I still...