Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

bug: Controls doesn't show #174

Description

@oleksandr-potapov

Controls don't show when using an example from docs.

  <fiv-gallery #gallery>
    <ion-row>
      <ion-col size="12">
          <fiv-gallery-image [src]="image1"></fiv-gallery-image>
      </ion-col>
      <ion-col size="12">
          <fiv-gallery-image [src]="image2"></fiv-gallery-image>
      </ion-col>
    </ion-row>
      <fiv-gallery-toolbar position="top">
    <ion-toolbar color="transparent">
      <ion-buttons slot="end">
        <ion-button (click)="gallery.close()">
          <ion-icon slot="icon-only" name="close"></ion-icon>
        </ion-button>
      </ion-buttons>
    </ion-toolbar>
  </fiv-gallery-toolbar>
</fiv-gallery>

If I am using this approach

  <fiv-gallery-toolbar-content></fiv-gallery-toolbar-content>
  <fiv-gallery-image [src]="image1"></fiv-gallery-image>
  <fiv-gallery-image [src]="image2"></fiv-gallery-image>
</fiv-gallery>

I can see controls, but above images and not when image is cliked.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions