You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app's HTML uses a black background, but the underlying native views have a white background, and this shows up when scrolling past the top or bottom. I like the 'bounce' scroll and don't want to remove it, but I would like to make the native view have a black background, so it looks seamless. I found some information on how to make the main view have a black background and make the webview transparent, but I cannot figure out where to actually place the code. Can anyone point me in the right direction?
The text was updated successfully, but these errors were encountered:
This may not be the best solution. However, it might solve your problem.
Make the body element cover the entire window with a property overflow: hidden; and then set the child element(s) with a property overflow: auto which turns the body element to be your new application background.
My app's HTML uses a black background, but the underlying native views have a white background, and this shows up when scrolling past the top or bottom. I like the 'bounce' scroll and don't want to remove it, but I would like to make the native view have a black background, so it looks seamless. I found some information on how to make the main view have a black background and make the webview transparent, but I cannot figure out where to actually place the code. Can anyone point me in the right direction?
The text was updated successfully, but these errors were encountered: