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

224
Views
ionic5: Hide status bar only on InAppBrowser

I want to hide status bar whenever InAppBrowser is presented.

when i close the InAppBrowser status bar should be displayed.

Below is my code:

const InAppBrowserDefaultOptions: InAppBrowserOptions = {
  usewkwebview: 'yes',
  location: 'yes',
  toolbarposition: 'top',
  toolbarcolor: '#ffffff',
  fullscreen: 'no',
  footer: 'no',
  hideurlbar:'yes'
};
this.iabOptions = this.platform.is('ios')
    ? {
        ...InAppBrowserDefaultOptions,
        location: 'no'
      }
    : InAppBrowserDefaultOptions;


const iabInstance = this.iab.create(
      onChangePasswordUrl,
      '_blank',
      this.iabOptions
    );

What i tried the below one it is not working:

1. this.statusBar.overlaysWebView(false);

2. this.statusBar.hide();

Expected: status bar should hide when inappbrowser appears

image

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

0

Hi, were you able to fix it? I am going through the same problem.

about 4 years ago · Hernelio Long 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!