أنا أستخدم أحدث إصدار من فايرفوكس على نظام أندرويد 11 (Fairphone 4)، وألاحظ أنني غالبًا ما أواجه صعوبة في التعامل مع واجهة المستخدم. هل هذا سلوك طبيعي؟ ليس لدي متصفح كروم (المعتمد على كروم) على هاتفي، ولكني رأيت آخرين يستخدمونه. كان الأمر دائمًا سلسًا هناك. هل يجب أن أتوقع أن يكون فايرفوكس أقل اختبارًا وإتقانًا عند استخدام Discourse؟
Moin
25 سبتمبر 2022، 8:17ص
2
أعتقد أنه تم الإبلاغ عن هذا من قبل ونأمل أن يكون هناك إصلاح قريبًا.
main ← android-keyboard-fixes-3
opened 07:35PM - 20 Sep 22 UTC
Firefox has a bug where *sometimes* the visualViewport.height won't be
updated w… hen the keyboard pops up until you scroll, making our composer
stay hidden behind the keyboard. This commit uses both window.innerHeight and window.visualViewport.height using the minimum of both to check for height changes.
For Chrome/Edge we feature detect the new VirtualKeyboard API and
opt-into it when the composer opens and use it to detect if a keyboard
is being draw. Opting into the API changes how the viewport is
calculated so we have to also change how the full height composer is
calculated. To minimize breakage we opt-out when the composer component
is destroyed.
This commit also moves the `--composer-ipad-padding` to only happen on
iPads.
Bug report at https://meta.discourse.org/t/-/228382
4 إعجابات
Falco
(Falco)
25 سبتمبر 2022، 7:56م
3
إعجابَين (2)