Tag: Cordova

Ionic Framework as a Web Site

Oh iOS 9, I’m not going to miss you when iOS 10 drops. But with Apple’s pattern lately of breaking more and more Cordova/Hybrid compatibility in their new iOS releases, WkWebView in iOS8 and now Url’s with hash’s\window.location in iOS9. When Apple uses the slogan “Nothing’s changed, but everything” it should be “Nothing’s changed, but
Read More »

iOS 9, Ionic, Cordova, Angular & 10 $digest() iterations reached

TL;DR: If your getting $digest errors in your Cordova application using Angular (as Ionic does) in iOS9 Apply this patch. —————————- Late Wednesday I received an error via Rollbar. a error tracking service that I started looking at. Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: [] http://errors.angularjs.org/1.4.3/$rootScope/infdig?p0=10&p1=%5B%5D It
Read More »