JoshDSommer / nativescript-ngx-slides

A NativeScript + Angular module for to add a slides component to your mobile app
Other
45 stars 34 forks source link

fixed landscape on ios #26

Closed dobjek closed 7 years ago

dobjek commented 7 years ago

@TheOriginalJosh some minor additions/fixes

JoshDSommer commented 7 years ago

Good catch! I actually did the exact same thing last night before I published the updated.

https://github.com/TheOriginalJosh/nativescript-ngx-slides/blob/master/slides/app/slides/slides.component.ts#L125

going to close this for now. Thank you for this though I appreciate it.

dobjek commented 7 years ago

@TheOriginalJosh there is more to it, remove this.applySwipe from:

if (this.currentSlide) { this.positionSlides(this.currentSlide); this.applySwipe(this.pageWidth); }

JoshDSommer commented 7 years ago

@dobjek Ok cool, I'll merge it in tonight! thanks again!