cordova-plugin-inappbrowser icon indicating copy to clipboard operation
cordova-plugin-inappbrowser copied to clipboard

Browser closing animation shown when url is redirected on iOS

Open ricardosohn opened this issue 6 months ago • 0 comments

Bug Report

Problem

I use the inappbrowser on my SSO authentication, and it redirects the user a few times. After upgrading to 6.0.0 from 5.0.0 the behaviour changed (same code on my app side). Now it looks like im opening / closing more than one tab when the user is redirected.

What is expected to happen?

Keep the same appearence as version 5.0.0, looking like its only one login page.

What does actually happen?

Show the animation of closing / reopening (tabs going down and then up) when the user is redirected on the inappbrowser.

Information

The issue only happens after this commit: https://github.com/apache/cordova-plugin-inappbrowser/commit/44ead0fb3432de44a4997fae2ed6ceb29f30cb4a

Command or Code

I will try to make a simple example, or a video showing the problem.

Environment, Platform, Device

Happens only on iOS.

Version information

Im using Capacitor 7, Ionic 5, latest CLI for both.

Checklist

  • [ x ] I searched for existing GitHub issues
  • [ x ] I updated all Cordova tooling to most recent version
  • [ ] I included all the necessary information above

ricardosohn avatar May 27 '25 12:05 ricardosohn