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 Apr 12, 2022
1 parent 025e769 commit 19e27f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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 19e27f9

Please sign in to comment.