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

Ionic 2 RC0: Some spinner components don’t work on Edge or Firefox (repost) #8714

Closed
infinnie opened this issue Oct 15, 2016 · 1 comment
Closed
Assignees

Comments

@infinnie
Copy link

infinnie commented Oct 15, 2016

Short description of the problem:

Some spinner components don’t work on Edge or Firefox, such as dots, bubbles and circles, including the default WP spinner.

What behavior are you expecting?

All spinner components should work as normal in every supporting browser.

Steps to reproduce:

  1. Open http://ionicframework.com/docs/v2/demos/src/loading/?production=true&ionicplatform=windows in Microsoft Edge 13/Firefox Nightly 52
  2. See what happens in the dots, bubbles and circles spinners and their corresponding loading indicators.
        var loading = this.loadingCtrl.create({
            spinner: 'dots',
            content: 'This is the "dots" spinner. It will dismiss after 3 seconds.',
            duration: 3000
        });
        loading.present();

Which Ionic Version? 1.x or 2.x
2.0.0 RC 0

Sorry for the inconvenience.

@manucorporat
Copy link
Contributor

@infinnie fixed!

@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

No branches or pull requests

2 participants