When using our library within a custom visual in Power BI Desktop app, each tap produces an error.
As far as I can tell, it is not caused directly by our code since I can remove all event handlers and still the error is shown. Also the charts do process the events correctly (once the error popup is closed). Though it should be noted that the debugging of the visual within the desktop app is very problematic.
Strangely in the desktop app the visual receives TouchEvent-s and not PointerEvent-s which should be the case since it seems that the app uses IE WebBrowser control.
Copy from https://github.com/Microsoft/PowerBI-visuals/issues/124 - perhaps this repository is being monitored as opposed to that one.
When using our library within a custom visual in Power BI Desktop app, each tap produces an error.
As far as I can tell, it is not caused directly by our code since I can remove all event handlers and still the error is shown. Also the charts do process the events correctly (once the error popup is closed). Though it should be noted that the debugging of the visual within the desktop app is very problematic.
Strangely in the desktop app the visual receives TouchEvent-s and not PointerEvent-s which should be the case since it seems that the app uses IE WebBrowser control.
The pbix file: https://dl.dropboxusercontent.com/u/398967/test1.pbix