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

CircleProgressBarSurfaceItem is not showing when inside CarouselPage #365

Open
nastyaK opened this issue Jun 3, 2021 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@nastyaK
Copy link

nastyaK commented Jun 3, 2021

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

@nastyaK nastyaK added the bug Something isn't working label Jun 3, 2021
@rookiejava
Copy link
Contributor

/cc @shyunMin @sung-su @JoonghyunCho PTAL

@sung-su
Copy link
Collaborator

sung-su commented Sep 14, 2021

This problem occurred at Xamarin.Forms in CircularUI.
Temporarily, you can be solved including the latest version of Xamarin.Forms.
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2083" />
cui365

@sung-su sung-su self-assigned this Sep 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants