3

When I hover my mouse over a link in the Chrome browser, I can see at the bottom of the window the actual URL it would take to if I clicked the link.

However, if I use a progressive web app (PWA) on the same page (for example, the Microsoft Outlook PWA) and look at exactly the same page, if I hover over a link I don't see the target URL. This is a security risk, for example, when I receive an email from an unknown sender that contains links. I would like to be able to see the link URL before I click it. Is it possible to do this inside the PWA or do I have to go to Settings -> Open in Browser?

k314159
  • 397
  • 1
  • 3
  • 14

1 Answers1

0

I have being researching, apparently there isn't a built-in way to do force the status bar to be displayed when using a progressive web application (PWA). You might have to use a web browser extension or some sort of user customization (userscript, userstyle, etc.). You might have to keep using the normal web app.


Progressive Web Apps are intended to offer a fast web experience and similar look and feel in desktop and mobile. In order to achieve this, developers might make some changes compared to how the service is delivered through a normal web application, i.e. they might customize the status bar among other things.

To look at the specicific PWA settings click More > App Info. If it doesn't show the setting that you are looking, in the same menu click Settings.

Resources

Related

Wicket
  • 715
  • 3
  • 16