Results 96 comments of Sergey Vohmyanin

0.34.0 has this issue also ``` var qd = {}; ``` Any click inside script tag produce ![image](https://user-images.githubusercontent.com/783335/189311369-62506699-aeb8-45b2-801c-24a8eaeaad6a.png)

AS Workaround temporary commented via patch ```diff diff --git a/./platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppBrowserDialog.java b/./platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppBrowserDialog.java --- a/./platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppBrowserDialog.java +++ b/./platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppBrowserDialog.java @@ -49,9 +49,9 @@ public class InAppBrowserDialog extends Dialog { // because it does a...

Experience the same issue, look for plugin that simply open url in external browser

@korgat can you review my solution for camera mode when capture flag present on input. I think i try to resolve similar issue. Look at my PR on cordova-plugin-inappbrowser

This doesn't related, issue occurs if used module resolution in extends, but works if used relative path

@json-derulo tried to fix this in https://github.com/Delagen/eslint-plugin-deprecation/pull/1, but I reverted it by his opinion about false positives https://github.com/Delagen/eslint-plugin-deprecation/pull/1#issuecomment-989909128. May be someone try to fix this? PR are welcome

Created repo https://github.com/Delagen/types-lodash with compiled version that support ambient mode