Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

226
Vistas
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 Respuestas
Responde la pregunta

0

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

about 4 years ago · Hernelio Long Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda