Comment by djoldman
3 days ago
@dlazaro, I believe that style={{backgroundColor: bottom}} is not needed in:
<body style={{backgroundColor: bottom}}> </body>
is not needed.
3 days ago
@dlazaro, I believe that style={{backgroundColor: bottom}} is not needed in:
<body style={{backgroundColor: bottom}}> </body>
is not needed.
I actually included that so the tab and status bars are themed on iOS/Safari. Here's someone else's writeup on that: https://medium.com/@evkirkiles/coloring-the-webkit-browser-b...
That's a cool thing to know, thanks for sharing. Great job on the sky site!
Wow, this works in chrome on Android as well
Today I learned! Thanks