-
Notifications
You must be signed in to change notification settings - Fork 58
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
iOS renders a black block instead of loader for both custom and predefined presets. #8
Comments
Can you help to debug it, please? |
@NetanelBasal How can I help you with it? |
I don't have a way to debug it in iPhone 6. Can you check the original repo for this issue? |
The solution is to change the HTML like in the original repo : {/* Opaque color in Safari and iOS */}
<ContentLoader
primaryColor="rgba(0,0,0,0.06)"
secondaryColor="rgba(0,0,0,0.12)">
{/* Semi-transparent color in Safari and iOS */}
<ContentLoader
primaryColor="rgb(0,0,0)"
secondaryColor="rgb(0,0,0)"
primaryOpacity={0.06}
secondaryOpacity={0.12}> in this linea apparently But i haven't try Here is the original issue and PR |
I would love to see PR copy these changes /~https://github.com/danilowoz/react-content-loader/pull/96/files. Otherwise, I'll do it when I'm available. |
#8 Fixing rendering on iOS devices
fixed in 1.0.3. |
@NetanelBasal this is still reproducible with 1.0.3 in iOS |
I Checked the loader on different devices and it works very nice, but on my iPhone 6s it shows a black box instead of desired output
The text was updated successfully, but these errors were encountered: