Skip to content

Commit

Permalink
Fix Essentials (#146)
Browse files Browse the repository at this point in the history
* Fix Essentials sample for tizen

* Add SemanticScreenReader for Tizen

* Fix Startup
  • Loading branch information
sung-su authored and rookiejava committed Jan 27, 2022
1 parent 86fd514 commit 8722f84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
namespace Microsoft.Maui.Essentials
{
public static partial class SemanticScreenReader
{
static void PlatformAnnounce(string text)
{
_ = ElmSharp.Accessible.AccessibleUtil.Say(text, true);
}
}
}

0 comments on commit 8722f84

Please sign in to comment.