Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ion-spinner does not work on iOS 8 #8145

Closed
zmbc opened this issue Sep 20, 2016 · 0 comments
Closed

ion-spinner does not work on iOS 8 #8145

zmbc opened this issue Sep 20, 2016 · 0 comments

Comments

@zmbc
Copy link

zmbc commented Sep 20, 2016

Short description of the problem:

Ion-spinner does not display correctly in iOS 8.

What behavior are you expecting?

I expect the spinner to look like it does on other versions.

Steps to reproduce:

  1. Create an app that uses an ion-spinner
  2. Run on an iOS 8 device

Other information:
The problem is that iOS 8 webviews do not support CSS animation or transformation without prefixing (-webkit). That means that these lines, along with the others using the same properties, don't do anything. There need to be prefixed versions. I have added these locally and confirmed that it fixes the issue.

This accounts for 9% of iOS users, so it seems worth it to fix.

Which Ionic Version? 2.x

Run ionic info from terminal/cmd prompt:

Ionic Framework Version: 2.0.0-beta.11
Ionic CLI Version: 2.0.0-beta.32
Ionic App Lib Version: 2.0.0-beta.18
ios-deploy version: 1.8.6
ios-sim version: 3.1.1
OS: Mac OS X El Capitan
Node Version: v6.3.0
Xcode version: Xcode 7.3.1 Build version 7D1014

@jgw96 jgw96 added v2 and removed animation labels Sep 20, 2016
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants