Has anyone bumped into this issue? My footer has no top border while testing in a webview, but after moving a build onto my iPhone 5s it gets a mysterious 1px solid white top border.
I’ve tried every CSS manifestation of no border I can think of, yet it remains.
For anyone that is still having the same problem, and are using Sass. The style in the scss will not work due to when its compiled, however it will work on your style.css/app.css. My solution adding a ‘no-bgColor’ class to the header and footer and placing the code in the style.css:
It works. I just customize the tabs color in my own css. The iOS version still show 1px border even I have already set border: none. And it (background: none) works. Thank you.