-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kiwix-serve: Search box hidden (to the right of dice) on mobile #427
Comments
I have tested this URL with and Android10 phones and everything works fine for me. I don't understand either the bug report. What is needed is:
|
The search box simply does not appear, using Chrome 87 on Android 11. Until you scroll far off to the right, which a normal user will never realize. Similar story on iPhone X, running Safari 14.2 (iOS 14.2). (However the search box does appear on Firefox 84.1.1 on Android 11.) |
Actually the problem manifests itself in Firefox 84.1.1 too (on mobile) as soon as you click (tap) on Section "División política" As the root cause (in all 3 browsers) is the 825-pixel wide http://iiab.me/kiwix/wikipedia_es_all_maxi_2020-11/I/m/Caribe_en_blanco.PNG — being displayed at twice the width of all other items on the page. So as soon as such "double wide" images are rendered by the browser, the search box disappears (off screen, far off to the right). |
The root cause of the problem can be illustrated using any desktop version of Chrome:
|
On Android 11 (mobile phones, latest Chrome browser) you will not see a search box at all. Unless someone tells you to scroll off the right side of the page. |
Assuming this will be fixed by kiwix/libkiwix#394 |
@holta If you could update this ticket we the latest nightly please? It should really be better now. |
|
Great to read the bug is foxed. Library.kiwix.org usualy runs latest version, for the moment 3.3.0-1. The exact reason why is fixed is because the topbar is now in an other iframe as the content. Therefore, the content can no have an impact on the topbar. |
That's incorrect. library.kiwix.org still uses the old implementation of the taskbar. I don't think we have already released the new (iframe-based) taskbar. |
The search box does not appear (to the right of the dice) when http://iiab.me/kiwix/wikipedia_es_all_maxi_2020-11/A/Mar_Caribe is viewed on mobile, e.g. Android 11 and iPhone X.
After scrolling way down and back up, the search box suddenly appears.
Reason: the search box textfield is hidden off the screen to the right, when first visiting the page.
As a result of large graphic images further down on major pages like this one.
(Likewise when the page is first loading into the browser, the search textfield is very briefly visible, flashing on screen very briefly and then disappearing...)
FYI This is using the latest kiwix-serve 3.1.2-4
The text was updated successfully, but these errors were encountered: