Skip to content

Browser UI animation is wrong on ios #462

Open
@mariusbolik

Description

@mariusbolik

Bug Report

Plugin(s)

@capacitor/browser

Capacitor Version

Installed Dependencies:

  @capacitor/core: 3.0.0
  @capacitor/android: 3.0.0
  @capacitor/ios: 3.0.0
  @capacitor/cli: 3.0.0

Platform(s)

iOS

Current Behavior

Popover mode
The title bar gets too small on scroll:

Fullscreen mode
The underlaying view isn't animated like it was in cordova or like it's generally is on iOS:

Expected Behavior

Popover mode
I don't have an example for this, but the title bar should definitely look different.

Fullscreen mode
Example from twitter:

Code Reproduction

await Browser.open({ url: 'http://capacitorjs.com/' });
await Browser.open({ url: 'http://capacitorjs.com/', presentationStyle:'popover' });

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions