GustavBylund
+46 (0)73 026 26 86hello@gustavbylund.semaisthoIonic on Windows Phone
Since angularjs doesn’t work without some fixes, using Ionic in Windows Phone is not at all as straightforward as it should be. In order to make it work, these are the steps you need to follow:
- Include winstore-jscompat
- Use the github version of https://github.com/msopentech/cordova-plugin-websql/ instead of the npm version.
- Don’t use imgcache, something about it just breaks.
- Map stuff seems to break
- Icons seem to break
- don’t use any a links. Use div with ui-sref instead.