iOS Larger Text (Dynamic Type) not effective immediately

Srinivas Onnaram 1 Reputation point
2022-05-17T20:36:41.69+00:00

iOS Larger Text (Dynamic Type) not effective immediately with xamarin

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,316 Reputation points Microsoft Vendor
    2022-05-18T09:33:48.197+00:00

    Hi @Anonymous ,

    You mean the Larger Text in Settings, right? We have to kill the app and launch it again, then we will see the changes. You could try to catch the UIApplication.Notifications.ObserveContentSizeCategoryChanged event, then prompt users to re-open the app. About how to use this method, refer to https://learn.microsoft.com/en-us/dotnet/api/uikit.uiapplication.notifications.observecontentsizecategorychanged?view=xamarin-ios-sdk-12

    In addition, you could create a new issue on GitHub for your feature request: https://github.com/xamarin/Xamarin.Forms/issues/new/choose

    Best Regards,
    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments