Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

227
Views
capacitor status bar overlay affecting keyboard

I am using capacitors status bar plugin in my ionic 6 app. The following makes a transparent overlay in my app:

 if(Capacitor.isNativePlatform()){
    StatusBar.setOverlaysWebView({overlay:true});
    await StatusBar.setStyle({style:Style.Dark});
  }

This is working well but it causes android native keyboard to display over ion-inputs making it difficult for the user to see what is being typed. How can i fix this, ive been on it for hours now

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Just resolved after over 5 hours. First install @capacitor/keyboard. Then your capacitor.config.ts should look something like this:

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

const config: CapacitorConfig = {
  appId: 'com.ajoopay.ng',
  appName: 'Ajoopay',
  webDir: 'www',
  bundledWebRuntime: false,
  plugins: {
    Keyboard:{
      resizeOnFullScreen:true
    }
  }
};

export default config;

I formally had this in place but didint work because i mispelled, Keyboard as keyboard. And this was the first thing i tired hours ago :)

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!