From 621dae825be2c2377b0a279988492970bd58bf1e Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 29 Sep 2020 23:12:03 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index 4e84c3c1c0..039847c57c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -81,6 +81,7 @@ Related questions: * Scrolling to an internally linked location in original messages does not work. This can't be fixed because the original message view is contained in a scrolling view. * A preview of a message text doesn't (always) appear on Samsung watches because [setLocalOnly](https://developer.android.com/reference/androidx/core/app/NotificationCompat.Builder.html#setLocalOnly(boolean)) seem to be ignored. Message preview texts are known to be displayed correctly on Pebble 2, Fitbit Charge 3, and Mi band 3 wearables. See also [this FAQ](#user-content-faq126). * A [bug in Android 6.0](https://issuetracker.google.com/issues/37068143) causes a crash with *... Invalid offset: ... Valid range is ...* when text is selected and tapping outside of the selected text. This bug has been fixed in Android 6.0.1. +* Internal (anchor) links will not work because original messages are shown in an embedded WebView in a scrolling view (the conversation list). This is an Android limitation which cannot be fixed or worked around. ## Planned features