最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to prevent android keyboard to overlap input on capacitorionicangular? - Stack Overflow

programmeradmin4浏览0评论

Keyboard overlaps the input, and it's horrible for the ui

app screenshot

I'm a beginner on ionic development...

Using capacitor 7 with angular and following the docs changed the capacitor.config.ts file

import type { CapacitorConfig } from '@capacitor/cli';

const config: CapacitorConfig = {
  appId: 'com.lumo.ng',
  appName: 'Lumo',
  webDir: 'www',
  plugins: {
    Keyboard: {
      resizeOnFullScreen: true,
      
    }
  }
};

export default config;

even reinstalling the app doesn't resolve the problem. Also I tried to add resize: KeyboardResize.Body, but it's a IOS-only config.

Someone knows how to solve it?

发布评论

评论列表(0)

  1. 暂无评论