alexrainman / nativescript-carousel-view

CarouselView plugin for NativeScript
MIT License
16 stars 5 forks source link

Measurement issue? #16

Open sitefinitysteve opened 7 years ago

sitefinitysteve commented 7 years ago

I'm not as familiar with the UIPageViewContoller as you are, so please forgive me if this sounds off :)

https://www.screencast.com/t/ZIMpb1CGuDl4

The visible "View" on the phone is 375 wide, but the ViewController in my slide.xml seems way wider than that, almost double. In the slides codebehind loaded event I tried checking the measured width, but it's 0, the parent elements though from carousel on up show it as 375

Why do the labels travel past into the scroll bounce area? Is this a plugin issue, or just how the UIPageViewContoller operates?

alexrainman commented 7 years ago

Hi there. Sorry, i have been busy with too many stuff. Trying to update the plugin but somehow after updating to {N} 2.5.0, it stopped working. Labels shouldnt behave like that.

sitefinitysteve commented 7 years ago

Ahh, this is on 2.5 here, so likely a 2.5 thing?

2.5.1 should hit today too 💯

alexrainman commented 7 years ago

Yes, it's a 2.5 thing :(

sitefinitysteve commented 7 years ago

Greeeeat :) Okay thx

sitefinitysteve commented 7 years ago

Android btw, seems fine though...