Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexxandres opened this issue Oct 18, 2024 · 0 comments
Open

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

alexxandres opened this issue Oct 18, 2024 · 0 comments
Labels
bug/fix Something isn't working needs: triage

Comments

@alexxandres
Copy link

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! 👌
@alexxandres alexxandres added bug/fix Something isn't working needs: triage labels Oct 18, 2024
@alexxandres alexxandres changed the title bug: bug: title does not show on iOS and Android Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/fix Something isn't working needs: triage
Projects
None yet
Development

No branches or pull requests

1 participant