Skip to content

fix: mobile browser tab visibility, keyboard, zoom & find#20351

Merged
friofry merged 4 commits intomasterfrom
ab/issue-20341-zoom-find-fixes
Apr 7, 2026
Merged

fix: mobile browser tab visibility, keyboard, zoom & find#20351
friofry merged 4 commits intomasterfrom
ab/issue-20341-zoom-find-fixes

Conversation

@friofry
Copy link
Copy Markdown
Contributor

@friofry friofry commented Apr 6, 2026

Fixes several mobile browser problems:

  • Fix inactive tab visibility. Native WKWebView/Android WebView subviews ignore QML z-order, so inactive tabs were visible behind the active one

  • Keyboard no longer resizes browser layout. On mobile, the on-screen keyboard was shifting the browser page

  • URL-friendly keyboard for address bar

  • Bump mobilewebview:

    • Zoom switched from native scrollView.zoomScale / setInitialScale to CSS document.documentElement.style.zoom
    • Find previous on Android, repeated searches with the same query now call findNext(forward/backward) instead of re-running findAllAsync

refs #20341

@status-im-auto
Copy link
Copy Markdown
Member

status-im-auto commented Apr 6, 2026

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 153aef7 1 2026-04-06 13:10:11 ~8 min tests/nim 📄log
✔️ 153aef7 1 2026-04-06 13:11:23 ~10 min android/arm64 🤖apk 📲
✔️ 153aef7 1 2026-04-06 13:12:31 ~11 min ios/aarch64 📱ipa 📲
✔️ 153aef7 1 2026-04-06 13:13:05 ~11 min tests/ui 📄log
✔️ 153aef7 1 2026-04-06 13:14:52 ~13 min macos/aarch64 🍎dmg
✔️ 153aef7 1 2026-04-06 13:18:29 ~17 min linux/x86_64 📦tgz
✔️ 153aef7 2261 2026-04-06 13:27:14 ~15 min tests/e2e-android 📦pkg
✔️ 153aef7 1 2026-04-06 13:29:21 ~27 min windows/x86_64 💿exe
✔️ 153aef7 10564 2026-04-06 13:37:17 ~18 min tests/e2e 📊rpt
✔️ 153aef7 2640 2026-04-06 13:46:38 ~17 min tests/e2e-windows 📊rpt

Copy link
Copy Markdown
Member

@caybro caybro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@friofry friofry merged commit 137b74e into master Apr 7, 2026
13 checks passed
@friofry friofry deleted the ab/issue-20341-zoom-find-fixes branch April 7, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants