Norman Breau

Results 826 comments of Norman Breau

> Could this path nevertheless automatically calculated for build variants? I don't think so. Android has a few reserved ones, `main`, `androidTest` (for connected android device/simulator testing), and `test` (unit...

> Question about the PR - Will "dynamic" change of name ( element value in config.xml) work as expected? That check will be removed allowing name changes across builds (without...

I do not believe that this is an issue with the in-app-browser. Cordova doesn't implement browser features, and `HTMLCollection` / `document.querySelectorAll` is a browser feature implemented by the webview. [HTMLCollection](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCollection)...

The error is occurring on the gradle wrapper install which uses the system gradle. > General error during semantic analysis: Unsupported class file major version 61 Means that it doesn't...

> By Android Studio AGP Upgrade assistant - update Android Gradle Plugin 8.3.0 to Gradle 8.7 The AGP and Gradle are two different things. Gradle is the build system. AGP...

I've confirmed that the repro steps reliably reproduces the issue. Seems weird it would only affect this plugin though. There are 3 main paths (relative to the root of the...

Some additional information I've found when testing other plugins and will explain: > We also removed other plugins and didn't had this kind of trouble. So first this bug does...

Thank you, the changes will be live on the dev site in approximately 30 minutes and will appear on the main site next time we "snapshot" the docs.

For clarity, the bug report refers to the typings: https://github.com/apache/cordova-plugin-inappbrowser/blob/e2d8429092b5d121745911530091fe9eb1f27c43/types/index.d.ts#L96-L105 Which lacks the `data` property, though it has other properties even though the event may not always include them.