roubachof / Sharpnado.Tabs

Pure MAUI and Xamarin.Forms Tabs, including fixed tabs, scrollable tabs, bottom tabs, badge, segmented control, custom tabs, button tabs, bendable tabs...
MIT License
479 stars 62 forks source link

[MAUI/Xamarin.Forms/Both] supported .NET7? #75

Closed simphonydeveloper closed 1 year ago

simphonydeveloper commented 1 year ago

I cannot use it after installing with nuget.

roubachof commented 1 year ago

The maui nuget target .net6 which can be used in .net7

simphonydeveloper commented 1 year ago

Change the TargetFrameworks of the project.

simphonydeveloper commented 1 year ago

I have a test today and found that it cannot be used on. NET 7.

roubachof commented 1 year ago

which platform ?

simphonydeveloper commented 1 year ago

Andriod

roubachof commented 1 year ago

just tested it on net7.0-android, it works as expected image

simphonydeveloper commented 1 year ago

What do you set after installing the nuget package? I can run your example. There is another problem. I run the sample and then slide the contents of the tab with my finger. It will not jump.

roubachof commented 1 year ago

sorry this is 2 differents issues, and the second one is a duplicate of an existing enhancement

simphonydeveloper commented 1 year ago

Thank you for your reply and look forward to your new features.