Search This Blog

Saturday 20 February 2016

$state.go problem in iOS9

there is a bug in web view in ios 9. $state.go is not working or sometimes screen flickers.

to resolve this a patch was released by the ionic team.
to use this:
1. add the js file at https://gist.github.com/IgorMinar/863acd413e3925bf282c in your index.html
2. add the depency to your module in app.js.
ex:
angular.module('starter', ['ionic','starter.controllers','starter.services','starter.modules','ngCordova','ngIOS9UIWebViewPatch'])
more info@ http://blog.ionic.io/ios-9-potential-breaking-change/

No comments:

Post a Comment