Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What versions iOS UraniumUI are supported ? #357

Open
thpgpro opened this issue May 26, 2023 · 2 comments · Fixed by #473
Open

What versions iOS UraniumUI are supported ? #357

thpgpro opened this issue May 26, 2023 · 2 comments · Fixed by #473
Labels
platform-ios Something is related to iOS question❔ Further information is requested

Comments

@thpgpro
Copy link

thpgpro commented May 26, 2023

Hello guys,

Demo UraniumApp does not start on version iOS 12 (Could not create an native instance of the type 'UIKit.UIHoverGestureRecognizer').
UIHoverGestureRecognizer is support iOS 13+.

I understand correctly that the UraniumUI only works on iOS 13+ ?

@enisn
Copy link
Owner

enisn commented Jun 8, 2023

Sorry for the late reply. I missed that issue.

We didn't make any custom configuration. The project configuration is the default configuration by MAUI templates:

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>

So it seem's the min ios version is 14.2

@enisn enisn added question❔ Further information is requested platform-ios Something is related to iOS labels Jun 8, 2023
@thpgpro
Copy link
Author

thpgpro commented Jun 8, 2023

Understood, thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform-ios Something is related to iOS question❔ Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants