Slidebox can not work on android 4.4.2

Hi guys,

I have a issue to run the slidebox on my device using the latest build (1.0.0-beta.13-nightly-746),
tested it works on browser but not on my Samsung galaxy note 3 (android ver.4.4.2).

The page will freeze at the first slide and I can not slide it to the next page, I deploy the same code into early build (1.0.0-beta.13 Lanthanum Leopard), everything looks fine but just a little bit of leggy.

HTML code:
Just simple slidebox docuemtn like this: http://ionicframework.com/docs/api/directive/ionSlideBox/

Code for controller:

angular.module(‘myApp’).controller(‘IntroCtrl’, function ($socpe, $ionicSlideBoxDelegate) {

    // Called each time the slide changes
    $scope.slideHasChanged = function (index) {
        console.log(index);
        $scope.slideIndex = index;
    };
1 Like

Anyone have idea about this? Thanks

Thanks for reporting the issue, but nightly is nightly… and nothing stable ;).

You could create a issue on the github repository or mention a ionic team member in the post, so they are notified about that issue.

Hi bengtler,

Thanks for your reply, I already post this issue on the github. Hope it will be fixed on next release.

Hi, I just face this problem also. Does this problem already fixed?

I meet the same problem. Has this been fixed now?