Norman Breau

Results 830 comments of Norman Breau

When this occurs, does it also have a high ( >30) accuracy value? These could be erroneous GPS events that come from the GPS receiver itself, which usually happens when...

Despite the config, it looks like the status bar is in overlay mode. I took a quick look at the src code, and I think line 121 of CDVStatusBar.m is...

@stefangroenew The javascript solution wasn't really a solution. More like a workaround. The real solution in my opinion is to fix the native objective-c code to pull in the preference...

I did a little bit more investigating and found that this isn't indeed only an iOS issue. On Android, `StatusBarBackgroundColor`, `StatusBarStyle` both do appear to work on startup. `StatusBarOverlaysWebView` however...

> 11-15 16:15:45.634 27694 28035 W AudioManager: Use of stream types is deprecated for operations other than volume control 11-15 16:15:45.634 27694 28035 W AudioManager: See the documentation of requestAudioFocus()...

I'm suspecting that it's failing in https://github.com/apache/cordova-plugin-media/blob/acffc0c7b16856e888c932628750fc8b29f1db3d/src/android/AudioPlayer.java#L606 Where it will return the `MEDIA_ERR_ABORTED` on several caught `Exception` errors... without actually printing out the errors (yuck...) For debugging purposes, you should...

> Btw, this is the code i'm relying on to execute, may be some async problem with completion callback to release resource? I don't see any potential for async race...

Are you sure you're using the `upload` api? For upload, the http method is forced to either `PUT` or `POST`. See: https://github.com/apache/cordova-plugin-file-transfer/blob/dc8fbd78a234bd88450ebe01835c60371bc2cf8e/www/FileTransfer.js#L127-L131

On my app, I'm using version `1.7.2-dev`, and it appears to work for me, at least for iOS and android. I have my own [fork](https://github.com/totalpave/cordova-plugin-file-transfer), and I am 4 commits...

A minimal reproduction app may help move this issue along. https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md