chore(ui): on-screen GCG export diagnostic (Android in-app WebView) #150

Closed
developer wants to merge 1 commits from feature/gcg-export-diagnostic into development

1 Commits

Author SHA1 Message Date
Ilia Denisov 03f2658ac8 chore(ui): on-screen GCG export diagnostic (Android in-app WebView)
CI / changes (pull_request) Successful in 2s
CI / unit (pull_request) Has been skipped
CI / integration (pull_request) Has been skipped
CI / ui (pull_request) Successful in 58s
CI / gate (pull_request) Successful in 0s
CI / deploy (pull_request) Successful in 1m18s
TEMPORARY diagnostic to find why GCG export silently does nothing on
Android Telegram/VK in-app WebViews, where there is no developer console
to read. Tapping Export now probes the delivery path — navigator.share /
canShare presence, canShare({files}), the share-vs-download decision —
performs the real attempt and captures its outcome, then renders it all in
an on-screen overlay (with a Share control to send the report back).

No fix yet by design (owner chose diagnostic-first): once the on-device
readings come back, this is replaced by the targeted Android delivery fix.
2026-06-30 23:09:25 +02:00