Screen Reader
Ways you can control the text-to-speech functionality in the Accessiblee widget.
screenReaderDisable
Disable 'Read Page' feature.
screenReaderEnable
Enable 'Read Page' feature and adjust reading speed.
screenReaderToggle
Enable, disable or enable the reading speed of the 'Read Page' feature.
Accessiblee.screenReaderDisable();\r\n\r\n//STAGE\r\n//None = 0\r\n//Normal = 1\r\n//Yavaş = 2\r\n//Hızlı = 3\r\n\r\nAccessiblee.screenReaderEnable(stage);\r\n\r\nAccessiblee.screenReaderToggle();