Systrom

Results 2 comments of Systrom

@micaelgallego hi problem is here PlatformUtils.prototype.isIonicIos = function () { return this.isIPhoneOrIPad() && platform.ua.indexOf("Safari") === -1; }; I forced return true; then every work fine. :)