Closed shawnzxx closed 9 years ago
Could you post a plunkr?
Sorry for the late replay, here is the promise codepen link. http://codepen.io/shawnzxx/pen/VYwKPq Actually it just a simple sliebox control, nothing special.
Inside the codepen, bundle.js linked to the latest beta.13 build, but actually I found this issue begin from 1.0.0-beta.13-nightly-746 build. Today I tested it on nightly-769 build, same issue can reproduced on my android device.
Thanks for your helps.
1) You were still running the CSS from beta.1! Make sure to update the CSS, too.
2) I added an <ion-content>
container around the slidebox so it would take up the whole body.
http://codepen.io/anon/pen/PwwQXp
Works great for me android 4.2.
Hi ajoslin,
Thanks you for your helps.
Actually in my project, I used router $state.go('slide box view state here')
to inject "ion-slide-box" view into index page's "ion-nav-view".
If I was not added "ion-content"
outside the "ion-slide-box", it will stop to works every time I close and re-start the app. Then I need to double click the screen and hold my finger without lift up at second click, slide box will be unlocked and happy to slide left or right. Do the same touch action again will lock the slide box. Very wired.
But if I wrapped the slide box into "ion-content"
, I can sweep the box-slider left or right without hangs or freezes, but no up and down sweep like what I got in browser.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
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/
IntroCtrl code:
angular.module('myApp').controller('IntroCtrl', function ( $scope, $ionicSlideBoxDelegate) {