[Android] Ripple Effect does work correctly in Custom Header in Tabbed View

Ripple Effect does work correctly in Custom Header in Tabbed View on Android. It works correctly on UWP. Did not test on iOS.
Please check attached GIF file.

Attachment: untitles_a26be986.zip

5 Replies 1 reply marked as answer

RS Ruba Shanmugam Syncfusion Team April 5, 2021 12:22 PM UTC

Hi Abubakr, 
 
Greetings from Syncfusion. Currently we are validating the reported issue in Android platform and we will let you know the status on or before April 8, 2021. We appreciate your patience until then. 
 
Regards, 
Ruba Shanmugam 



SP Sakthivel Palaniyappan Syncfusion Team April 8, 2021 05:00 PM UTC

Hi Abubakr,

Sorry for the inconvenience.

We are currently checking the possibilities to achieve your requirement in sample level and we will update the details on April 12, 2021. We appreciate your patience until then.

Regards,
Sakthivel P.
 



SP Sakthivel Palaniyappan Syncfusion Team April 12, 2021 12:10 PM UTC

Hi Abubakr,

Thanks for your patience.

On further analysis, could you please use the effects for single layout like grid and add the header items inside the grid, it will be working as expected. We have prepared a sample, please check and let us know any concern.

Code Snippet:
 
<tabView:SfTabView x:Name="tabView"> 
    <tabView:SfTabItem > 
        <tabView:SfTabItem.HeaderContent> 
 
            <Grid> 
                <syncEffectsView:SfEffectsView AnimationCompleted="SfEffectsView_AnimationCompleted" > 
                    <Label Text="Calls" 
                               HorizontalOptions="Center" 
                               VerticalOptions="Center" 
                               FontSize="Medium"/> 
                </syncEffectsView:SfEffectsView> 
            </Grid> 
        </tabView:SfTabItem.HeaderContent> 
    </tabView:SfTabItem> 
</tabView:SfTabView> 
 


Marked as answer

AB Abubakr April 20, 2021 12:12 PM UTC

Thank you for your support


JK Jeya Kasipandi Syncfusion Team April 21, 2021 05:28 AM UTC

Hi Abubakr,

Thanks for the update. Please get in touch if you would require any further assistance.

Regards,
Jeya K

Loader.
Up arrow icon