Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49164

Swipe out all ion-slide-box after last slide

$
0
0

@pabloest wrote:

Hi;) I'm trying to accomplish the following: to swipe out left the whole slide-box on last slide. so i can directly reach home page. This slide-box is acting as an onboarding with instructions on the app, and when i reach last slide i will like to slide once more and dismiss it to get into de /home page.

<ion-view class="text-center" title="Como usar esta aplicación" hide-nav-bar="true">
    <ion-content class="contentForOnboarding" padding="false" scroll="false">
    <ion-slide-box ng-if="Labels" on-slide-changed="slideChanged(index)" show-pager='true'>
      <ion-slide ng-repeat="Label in Labels">
        <div class="box box_1">
          <div class="slide_picture">
            <img ng-src="/img/{{Label.img}}" />
          </div>
          <div class="slide_text">
            <h1 ng-bind-html="Label.title"></h1>
            <p ng-bind-html="Label.body"></p>
          </div>
        </div>
      </ion-slide>
    </ion-slide-box>
    <a style="color:white;text-decoration:underline" ui-sref="sections.services">Saltar la explicación</a>
  </ion-content>
</ion-view>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49164

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>