Nedim Erkocevic
Nedim Erkocevic
iOS has the `scrollEnabled` property, will have to figure out something for Android.
Hmm, interesting. Could be the image streching... Can you post the xml of the entire Page? Just to see if there could be any elements that affect the size.
No sorry, have tried several ways to make it render properly but without success. My knowledge of iOS is not enough in order to solve this :-). The iOS pod...
Oh yeah it's definetly the safe area. It is beeing applied to the `CarouselItem` subviews even tho I have told scrollView to ignore safearea insets. ``` scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; scrollView.contentInset...
What page does it select? Keep in mind that `selectedPage` is an index. So the first one is 0. If you have 5 pages, the index of the last one...
Hmm.. I don't think you'll be able to do this outside the plugin. It is currently not possible to change the selected indicator while the pageChange event is running. I'll...
No sorry, only via xml or code. But perhaps in the future.
Sorry about the ghosting guys. Been a very busy time for me lately. I've contacted @NathanWalker on discord in regards to this. Would be best if the plugin was maintained...
Would be great if @tereb's idea could be implemented. I am using this in a "pull-to-refresh" container with ScrollView. So the entire UI experience feels kinda "all over the place",...
I've been doing some refactoring on the plugin lately, and didn't notice any issues. Maybe the new version will fix things. I will do some more testing and let you...