Systrom
Results
2
comments of
Systrom
on ios device
@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. :)