Microsoft's Immersive Reader is a tool that implements proven techniques to improve reading comprehension for emerging readers, language learners, and people with learning differences.
Questions tagged [immersive-reader]
6 questions
1
vote
2 answers
How to enter Immersive Reader on Microsoft Edge through Selenium?
On a high level, does anyone know how to enter the Immersive Reader mode on Microsoft Edge when it is available for a given webpage through Selenium?
My aim is to load up a page, enter Immersive Reader, and save the page's source code to disk. I'm…

G-R
- 75
- 7
1
vote
1 answer
Does azure immersive reader have an sdk for Angular?
Is it possible to implement azure immersive reader in an angular application. I saw one JavaScript SDK here, but it has samples for JavaScript and React JS only. If the implementation is possible please provide a link to the documentation or…

Hari
- 357
- 2
- 3
- 12
1
vote
1 answer
How do I programmatically close the Immersive Reader?
I would like to be able to close the Immersive Reader in code, without the need for user intervention. Is there a way to do this?

Sadiq
- 2,249
- 2
- 24
- 32
0
votes
1 answer
Azure Immersive Reader Token Expired every time
I setup a while ago an Azure Immersive Reader SDK for use in an ASP.Net MVC application (4.5) using the Microsoft Learn tutorials. This all worked fine but now have an issue where the token is always expired (after months of use weirdly).
On further…

Irma Nohere
- 35
- 2
- 6
0
votes
2 answers
How to get started with using Microsoft Immersive Reader SDK?
I wanna try using Microsoft Immersive Reader SDK using Node.js. I am following the steps listed here, which lists some prerequisites listed here:
When I followed the steps listed at the previous link, and since this is the first time I am trying…

ytrkptl
- 108
- 7
0
votes
1 answer
Immersive Reader onPreferencesChanged event not firing as preferences are changing
In this javascript code which calls the immersive reader SDK, the onExit fires as expected, but the onPreferencesChanged never fires. What am I missing here?
async function LaunchImmersiveReader(title) {
const data = {
title: title,
…

dev.net
- 5
- 2