File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ public static void SetFieldCursorColor(Color cursorColor)
4040#if ANDROID
4141 if ( OperatingSystem . IsAndroidVersionAtLeast ( 29 ) )
4242 {
43+ if ( handler . PlatformView . TextCursorDrawable is null )
44+ return ;
45+
4346 handler . PlatformView . TextCursorDrawable . SetTint ( cursorColor . ToAndroid ( ) ) ;
4447 }
4548#endif
Original file line number Diff line number Diff line change 77 <UseMaui >true</UseMaui >
88 <MauiVersion >9.0.30</MauiVersion >
99
10- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >14.2 </SupportedOSPlatformVersion >
11- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21 .0</SupportedOSPlatformVersion >
10+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >15.5 </SupportedOSPlatformVersion >
11+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >25 .0</SupportedOSPlatformVersion >
1212
1313 <!-- NuGet -->
1414 <Authors >Victor Hugo Garcia Hernandez</Authors >
2929 <DebugType >portable</DebugType >
3030 <PackageIcon >icon.png</PackageIcon >
3131 <PackageReadmeFile >README.md</PackageReadmeFile >
32- <Version >1.0 .0</Version >
32+ <Version >1.1 .0</Version >
3333 </PropertyGroup >
3434
3535 <!-- iOS & MacCatalyst -->
You can’t perform that action at this time.
0 commit comments