JoshDSommer / nativescript-slides

A NativeScript plugin that is for Intro Tutorials, Image Carousels or any other slide functionality
Other
70 stars 32 forks source link

Cannot set slide indicator margin-bottom greater than 40. #76

Open kaurag007ph opened 8 years ago

kaurag007ph commented 8 years ago

Slide indicator overlap after I set margin-bottom: 45. I'm trying display slide indicator to the middle of the screen. What is the possible cause of this issue?

image

JoshDSommer commented 8 years ago

@kaurag007ph I haven't seen this before. Although I think I know what it is. there is a wrapping container around the indicators and clipping needs to be turned off. Thanks for the heads up. I'll try to get an update posted tonight.

JoshDSommer commented 8 years ago

publishing a fix for this in 2.2.1

kaurag007ph commented 8 years ago

Thanks @TheOriginalJosh, the overlapping of indicators to its container was removed, but still I can't set the indicator position close to the center. I seems that, I can only set indicator margin-bottom by 50 max.

kaurag007ph commented 8 years ago

can we open this issue.

JoshDSommer commented 8 years ago

Just a thought have you tried a negative top margin?

kaurag007ph commented 8 years ago

I can't see the indicators whenever I put negative top margin value.