Alexis THOMAS

Results 73 comments of Alexis THOMAS

Please @dwmkerr is that ok for you or any orientation to give me? I would like to create a PR for it around next week.

Using `--searchpath` fine here too, with non-scoped packages. Common mistake is to call `cordova plugin add` with directory name instead of [plugin _id_](https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#plugin). @hugolden Is the _scoping_ really part of...

@NiklasMerz you are right :/ I looked for `create` values in cli, android and ios but it seems I missed the template is elsewhere... like in cordova-lib and or cordova-create...

More results for this spec : - **fail** with plugin 3.1.0 and 3.1.1(dev) - **success** with 2.5.1, as we expected :) given okhttp setting analysis explained in issue

My fix is **running well** with the original tests table and with the spec added here 2 days ago. Even for me it seems _naive_ or _basic_ so any feedback,...

Just confirmed the **http/https** fact. For these tests I used [httpbingo.org/redirect-to](https://httpbingo.org) and mixing _http_ and _https_ between base and redirect URLs, > from https://httpbingo.org/redirect-to?url=https%3A%2F%2Fhttpbingo.org&status_code=302 \ | 2.5.1 | 3.0.0 |...

Android code mostly in [HttpRequest](https://github.com/silkimen/cordova-plugin-advanced-http/blob/f8f52e1e975c24ae70843b12da1a46a72f402a6a/src/android/com/silkimen/http/HttpRequest.java) seems to rely on [java.net.HttpURLConnection](https://developer.android.com/reference/java/net/HttpURLConnection) toggling redirect through `setInstanceFollowRedirects`. Quick search about http/https redirection links to posts like [here in SO](https://stackoverflow.com/questions/1884230/httpurlconnection-doesnt-follow-redirect-from-http-to-https) and most of all...

New spec for this issue is ready in PR #396. Help welcome on anything to try, possible fix, or contribution _please_

> > > @breautek @chriskhongqarma > > when recording a video with > > ``` > window.navigator.device.capture.captureVideo(_onCaptureVideoSuccess, _onCaptureVideoError, options); > ``` > > on Android < 11, I get the...

Audio modal dismissing is also fixed through PR #186 : better than this one described as a `temporary fix`?