ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
50.96k stars 13.51k forks source link

Ionic2: Floating Input styles broke after beta5 #6278

Closed Yagger closed 8 years ago

Yagger commented 8 years ago

Short description of the problem:

After updating to ionic5, my floating input fields style broke. This is due to the style -webkit-backdrop-filter: blur(10px);.

The issue is only seen in Safari, mobile and desktop, and in ios emulator.

Screenshot:

https://www.evernote.com/l/Alp2X9PDnm5Om4epw2dylkBWOb6SSG3MSnA

Which Ionic Version? 1.x or 2.x 2.x

jgw96 commented 8 years ago

@Yagger Hey! Thanks for opening an issue with us! So yeah we already have a fix for this in the latest Ionic 2 nightly. If you just run npm install ionic-angular@2.0.0-beta.6-201604212137 --save in your project and then it should work fine.

jenil commented 8 years ago

Hey @jgw96 I just updated to beta 6 but the issues still persist.

crying-cry-it-me-26AHLMsoGBRExNI08

Yagger commented 8 years ago

@jgog did you update specifically to 2.0.0-beta.6-201604212137? Because it worked for me.

jenil commented 8 years ago

@Yagger no, I did 2.0.0-beta.6

Yagger commented 8 years ago

@jgog then do npm install ionic-angular@2.0.0-beta.6-201604212137 --save as @jgw96 proposed.

jenil commented 8 years ago

worked! 90s-cartoon-street-sharks-1eWPlKeGfmOA0

thanks @Yagger

GavinHellyer commented 8 years ago

I am seeing this same issue on beta.7

jgw96 commented 8 years ago

Hmm, i cant seem to repro on beta.7, can i have a repo that i would be able to reproduce it with? Thanks for using Ionic!