Progressbar in Android and IOS

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi,

I want a progeressbar. This should look same in Android and IOS. Kony slider widget is working. But in IOS it has a different look. Please check attached image. This is how I want both in Android and IOS.

Thanks

Hi @Richvwd Shvwp​ ,

This can be made easily using flexes.

Take a Parent Flex with the Grey Color and place a Yellow Child Flex inside it.

And based on the calculated progress % just set the width to the Child Flex.

Thanks. Your solution seems good. Is there any alternate way for this ?

Thanks