question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Slide-box "does-continue" issues

See original GitHub issue

Seems that if you have 2 slides in a side-box and have does-continue="true", the slide will not function properly after it’s first loop.

http://codepen.io/mhartington/pen/KiEnp

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:20 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
xiaoqiang366commented, May 24, 2016

$ionicSlideBoxDelegate.loop(true); can solve this issues.

3reactions
amrographycommented, Sep 4, 2015

It works very well with my app:

<ion-slide-box on-slide-changed="slideChanged(index)" auto-play="true" show-pager="false" does-continue="true" slide-interval="2000" ng-if="news.length"></ion-slide-box>

just ensure add ng-if=“news.length” in slide-box

and I update the slide-box too after looong JSONP request using $ionicSlideBoxDelegate.update();

Read more comments on GitHub >

github_iconTop Results From Across the Web

Slidebox does-continue doesn't work on iPad
Hi, I have a problem with looping slidebox on iPad. I set attribute on ion-slide-box: <ion-slide-box show-pager="false" does-continue="true"> It works as ...
Read more >
Toggle Ionic Slide Box "does-continue"
Is there a way to do this? I can't seem to locate a method on the slide box delegate which would allow such...
Read more >
ion-slide-box - Directive in module ionic
The Slide Box is a multi-page container where each page can be swiped or ... How many milliseconds to wait to change slides...
Read more >
Ion-slide-box, Infinite loop
But there is a bug when loading the network picture, loading the local picture is no problem;. <ion-slide-box does-continue= "true" auto-play= "true" ...
Read more >
Ionic: slide-box pager issue
<ion-slide-box active-slide="1" pager-click="slide(index)" does-continue="true" class='padding-bottom-more'>. 13. <ion-slide ng-repeat="page in ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found