Alex "goslow" Kozlov

Results 3 comments of Alex "goslow" Kozlov

Found fix(hack) for this issue: `platforms\wp8\cordovalib\Commands\BaseCommand.cs DetatchHandlers()`replace with: ``` c# public void DetachHandlers() { this.OnCommandResult = null; this.OnCustomScript = null; foreach (string callbackId in new List(ResultHandlers.Keys)) { if (!callbackId.ToLower().Contains("barcodescanner")) {...

> Created a PR, this change works for us: [#3880](https://github.com/react-native-webview/react-native-webview/pull/3880) Not helped with: * EXPO CDK 54 * react-native 0.81.5 * react-native-webview 13.15.0