Skip to content

Page indicators not showing up #39

@ullalaaron

Description

@ullalaaron

I'm using the plugin on android and the page indicators are not showing up.
Here is my markup

<slides #slides [pageIndicators]="true">
        <slide  class="slide-container">
         //Content
        </slide>
        <slide class="slide-container">
         //Content
        </slide>
</slides>

The related css is the following

.slides-container{
  margin-top : 20%;
  margin-bottom : 20%;
  height: 20%;
}
.slide-indicator-inactive{
  background-color: #fff;
  opacity : 0.4;
  width : 10;
  height : 10;
  margin-left : 2.5;
  margin-right : 2.5;
  margin-top : -100;
  border-radius : 5;
}

.slide-indicator-active{
  background-color: #fff;
  opacity : 0.9;
  width : 10;
  height : 10;
  margin-left : 2.5;
  margin-right : 2.5;
  margin-top : -100;
  border-radius : 5;
}

What am I missing?
I am currently using v. 0.4.3 of the plugin with nativescript angular v3.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions