Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

CircleProgressBarSurfaceItem is not showing when inside CarouselPage #365

@nastyaK

Description

@nastyaK

Describe the bug
CircleProgressBarSurfaceItem is not showing when inside one of the ContentPages in CarouselPage

To Reproduce
Try this layout:

<?xml version="1.0" encoding="utf-8" ?>
<CarouselPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:tizen="clr-namespace:Xamarin.Forms.PlatformConfiguration.TizenSpecific;assembly=Xamarin.Forms.Core"
             xmlns:cu="clr-namespace:Tizen.Wearable.CircularUI.Forms;assembly=Tizen.Wearable.CircularUI.Forms">
    <ContentPage>
            <cu:CircleSurfaceView HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand">
                <cu:CircleSurfaceView.CircleSurfaceItems>
                    <cu:CircleProgressBarSurfaceItem
                        BarLineWidth="40"
                        BackgroundColor="Black"
                        BarColor="Blue"
                        Value="50" />
                </cu:CircleSurfaceView.CircleSurfaceItems>
            </cu:CircleSurfaceView>
    </ContentPage>
    <ContentPage>
        <Label Text="-" 
               FontSize="40"
               TextColor="White"/>
    </ContentPage>
    <ContentPage >
        <Label Text="+" 
               FontSize="40"
               TextColor="White"
    </ContentPage>
</CarouselPage>

Expected behavior
CircleProgressBarSurfaceItem is showing when inside CarouselPage

Environment: I was able to reproduce on watch Galaxy Active Tizen 5.5 and Emulator W-6.0-circle-x86

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions