mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Use Capacitor's native WebView resize mode on iOS instead of CSS-based workarounds. When keyboard appears, the WebView itself shrinks so 100vh automatically fits above the keyboard. - Configure iOS to use `resize: 'native'` (Android keeps `resize: 'body'`) - Add scrollIntoViewIfNeeded() to scroll focused inputs into view - Add proper cleanup for keyboard event listeners - Improve flexbox shrinking in fullscreen markdown dialog |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| environments | ||
| static | ||
| styles | ||
| test-helpers | ||
| typings | ||
| _common.scss | ||
| favicon.ico | ||
| hammer-config.class.ts | ||
| index.html | ||
| karma.conf.js | ||
| main.ts | ||
| manifest.json | ||
| polyfills.ts | ||
| styles.scss | ||
| test.ts | ||
| tsconfig.app.json | ||
| tsconfig.spec.json | ||
| tsconfig.worker.json | ||