triniwiz / nativescript-pager

Apache License 2.0
90 stars 48 forks source link

iOS indicator color is not applied #178

Open I-NOZex opened 4 years ago

I-NOZex commented 4 years ago

Hi, first of all sorry for not using the guidelines, but I do feel this probably is just some weird behavior in the simulator. Second, thank you so much for your work with this great plugin.

So, the issue it's happening in iOS (I'm using the simulator as I don't have a physical device, the simulator is an iPhone 11, iOS 13.5). The indicator dots are not assuming the color, it works fine in my android smartphone (android 7.1).

This is the component declaration I'm using (nativescript-vue):

        <Pager 
            row="0"
            :height="computedCarouselHeight"
            showIndicator="true"
            indicatorSelectedColor="#30BCFF"
            indicatorColor="#105380"
            for="article in news"
            margin="15"
        >

In the iOS app, the dots are just white

Thank you


Edit: This also happens in physical devices

I-NOZex commented 4 years ago

The issue is probably related with this lines: https://github.com/triniwiz/nativescript-pager/blob/95a8dc1f37ae3b83971f744312f64ac22d1b84b6/src/pager.ios.ts#L235

triniwiz commented 4 years ago

It’s fixed already but will be in the next release

I-NOZex commented 4 years ago

thank you :) when do you plan to release it?