AFFiNE/packages/frontend/apps/ios
L-Sun 1973cea035
fix(mobile): incorrect height of keyboard toolbar in ios (#8653)
### What Changes:
- Fix keyboard height calculation with the `KeyboardToolBarConfig.useScreenHeight = true`. More detials in: https://github.com/toeverything/blocksuite/pull/8645
- Add safe bottom padding for shrinked keyboard toolbar
- Add `VirtualKeyboard` polyfill. Close [AF-1573](https://linear.app/affine-design/issue/AF-1573/virtualkeyboard-polyfill-with-capacitor)
  - Since the `@capacitor/keyboard` dose not implement the `Keyboard.show()` method, this polyfill is not enabled now.
2024-11-01 05:48:30 +00:00
..
App fix(mobile): incorrect height of keyboard toolbar in ios (#8653) 2024-11-01 05:48:30 +00:00
src fix(mobile): incorrect height of keyboard toolbar in ios (#8653) 2024-11-01 05:48:30 +00:00
.gitignore feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00
capacitor.config.ts fix(mobile): incorrect height of keyboard toolbar in ios (#8653) 2024-11-01 05:48:30 +00:00
package.json fix(mobile): incorrect height of keyboard toolbar in ios (#8653) 2024-11-01 05:48:30 +00:00
project.json feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00
README.md feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00
tsconfig.json feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00

iOS

AFFiNE iOS app.

Build

  • yarn install
  • BUILD_TYPE=canary PUBLIC_PATH="/" yarn workspace @affine/ios build
  • yarn workspace @affine/ios cap sync
  • yarn workspace @affine/ios cap open ios