When I add cordova-plugin-crosswalk-webview to my app,
the ng-click events start firing twice.
This does not happen without using crosswalk.
I’m using driftyco/ionic-bower#1.0.0
Any ideas what is causing this and how to fix it?
Cheers,
Andres
When I add cordova-plugin-crosswalk-webview to my app,
the ng-click events start firing twice.
This does not happen without using crosswalk.
I’m using driftyco/ionic-bower#1.0.0
Any ideas what is causing this and how to fix it?
Cheers,
Andres
I was unable to reproduce this issue with a simple example.
The instance where this happens in my app is fairly complex, involving watchers
and ng-repeats. It is weird that it only happens after adding crosswalk. However
I can go around it for now, and since I am unable to reproduce the issue with a
simpler example, feel free to close this issue until I can give you more information.
Cheers and thanks for the great framework.