# Ariane Known Issues * Cert handler trusts all server certs, it's currently just a dummy pass-through class * Not possible to select and copy text in quote or code blocks * No self-signed client cert * Scroll position doesn't reset on new page * If header is collapsed and user navigates to small page that's too short to scroll there's no way to get the header to show again * Unhandled file types should show a modal to allow download and open in Android default app via Intent * Bookmark screen shouldn't open if user has no bookmarks (show toast/snack bar instead) * Icon isn't reactive, basic round vector for all app icons. Doesn't scale well on devices using squircles and other weirdness * Page margin is too small, we don't want to waste screen space but a slightly larger margin would look more natural * Image cache has no bounds and will grow large, needs LruCache style implementation