Read Aloud on by default?

  1. 3 weeks ago

    I've searched the forums and the documentation but would still like to ask - is there a way to have read aloud start by default on the first page of a project, as opposed to the user turning it on? Thank you.

  2. Angelo S

    Apr 12 Administrator

    Hello Anastasia, not universally on every format or using default actions at the moment.
    BUT...
    If you need it in an HTML, XPUB, iOS or Android export, you can achieve this using a Run JavaScript action on a Load event with this code:

    XPUB.callAppMethod("StartReadAloud", []);
 

or Sign Up to reply!