mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-26 01:14:22 +00:00
The Capacitor 8 edge-to-edge migration put the native startup overlay (android.R.id.content) behind the system navigation bar, so its FAB and input bar rendered too low vs the web add-task button/bar they hand off to. Lift them by the navigation-bar inset. Use the WebView's measured bottom inset (overlay bottom - WebView bottom) rather than navigationBars(): the latter is a system value that does not match the inset the edge-to-edge plugin actually applies, and the two diverge differently on gesture-nav vs 3-button-nav devices (too high on one, too low on the other). Mirroring the WebView's real geometry is the same safe area the web content uses, so it is device-independent. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| app_config.properties | ||
| build.gradle | ||
| capacitor.build.gradle | ||
| config.gradle | ||
| google.properties | ||
| proguard-rules.pro | ||