Skip to content

bug: title does not show on iOS and Android #73

@alexxandres

Description

@alexxandres

Plugin version:
4.0.1

Platform(s):
iOS
Android

Current behavior:
Image shows but title does not.

Expected behavior:
Title should show.

Steps to reproduce:
Use show method

Related code:

await PhotoViewer.show({
        images: [
          {
            url: src,
            title: 'foobar'
          },
        ],
        options: {
          share: true,
          backgroundcolor: 'white'
        },
        mode: 'one',
      });

Other information:
Ionic 8 with Angular 18.2.8
Capacitor 6
npm v20.18.0

Capacitor doctor:

[warn] The bundledWebRuntime configuration option has been deprecated. Can be safely deleted.
💊   Capacitor Doctor  💊 

Latest Dependencies:

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

Installed Dependencies:

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

[error] Xcode is not installed
[success] Android looking great! 👌

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions