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

Stop working after turn off the screen #76

Open iMarwan-k opened 5 years ago

iMarwan-k commented 5 years ago

Hi there,

so I just noticed an issue that, if I run the app, then I just turn off the screen and turn it back on and unlock the phone, all the slide lose the container style but still let you slide left and right.

Also I noticed the indicator disappeared if I use the slide show insides tabview

Same thing also when you exit the app the go back to it

example

<TabView>
<StackLayout *tabItem>
<slides [pageIndicators]="true" loop="true" footerMarginTop="91%">
    <slide>
        <StackLayout id="eduCal"></StackLayout>
    </silde>
</slides>
</StackLayout>
</TabView>

Thanks