-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug: ionic uses styles that supported only in chrome 88, while ionic 6 should support 60+ #26745
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
Comments
Thanks for the report. Here is a dev build with a proposed fix if you are interested in testing: Angular
React
Vue
Stencil/Vanilla JavaScript
|
Thanks for the issue. This has been resolved via #26746, and a fix will be available in an upcoming minor release of Ionic Framework. Please feel free to continue testing the dev build, and let me know if you have any questions. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Prerequisites
Ionic Framework Version
Current Behavior
In https://github.com/ionic-team/ionic-framework/blob/main/core/src/css/core.scss you have added:
it's a selector that is added only in 88 chrome: https://caniuse.com/css-not-sel-lis, while ionic 6 must support chrome 60+ - https://ionicframework.com/docs/reference/browser-support. Now view looks different for old and new devices.
Expected Behavior
Use other selector , supported in chrome 60.
Steps to Reproduce
No need to reproduce. A file with the code is provided.
Code Reproduction URL
No response
Ionic Info
ionic 6.5.0
Additional Information
No response
The text was updated successfully, but these errors were encountered: