Alex "goslow" Kozlov
Results
2
comments of
Alex "goslow" Kozlov
Any progress with this issue?
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")) {...