omnivore/apple/OmnivoreKit/Sources
Jackson Harper e6b4d80de2 After load set webview to opaque
During the initial load we need the clear + !opaque settings so
the webview does not flash a white background in dark mode. But
after load we want to use the systemBackground colour and an
opaque background, so in dark mode the scrollbars are displayed
correctly. Without this iOS will display a dark scrollbar ontop
of the dark background.

Note that due to a bug in Webkit setting the scrollbar inset
colours doesn't seem to work in current iOS:

https://developer.apple.com/forums/thread/689654
2022-03-06 09:16:40 -08:00
..
App add search bar to macos 2022-03-03 21:55:17 -08:00
Models fetch email list when loading email view 2022-02-25 13:10:59 -08:00
Services move CreateProfileView into App package 2022-02-28 18:11:19 -08:00
Utils add feature flag for showing tags on grid item cards 2022-03-01 13:38:50 -08:00
Views After load set webview to opaque 2022-03-06 09:16:40 -08:00