-
Notifications
You must be signed in to change notification settings - Fork 65
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
on ios walkthrough is transparent #21
Comments
I tried the simulator and it worked for me too. |
I have the same problem on ios9 with Ionic, and found that changing the ".walkthrough-hole" box-shadow css it works again, but if i set the blur on less than 3px or the distance on 0px it fails again, i hope this can help you. This are the change on the css class. .walkthrough-hole { |
Great workaround TonatiuhHorta, the backdrop appears on my IOS9, thanks ! |
To get this to work on iOS 8.3, I had to add a border-radius and change the box-shadow parameters a bit. This is due to a bug on that version of iOS with box-shadow. You can find the discussion for this bug here: https://discussions.apple.com/thread/6647986?start=15&tstart=0.
|
sample code here:
https://github.com/hagai26/ng-walkthrough-ionic-example
run on ios device using:
ionic run --device
On browser (ionic serve) it looks great (dark). But on ios device it only show the text without the dark color background.
The text was updated successfully, but these errors were encountered: