Monday, 28 October 2019

Ensure that there is a back button on a desktop (Windows 10) PWA

Mobile devices have a hardware back button, so this isn't an issue.

However, on desktop (mainly Windows 10) PWA apps appear to sometimes have a back button in the top left corner.

I want to either:

  • Ensure this is always visible, or...
  • Know that it hasn't so that I can add it to the app itself.

I don't want to do both - if the back button is visible I don't want a second one in my app. I never want to show it when visiting the app in the browser.

It appears like the manifest.json should control this, but the display options don't help.

On Windows 10 it appears to depend on how the PWA is installed.

Is there a way to ensure that the back button always appears?



from Ensure that there is a back button on a desktop (Windows 10) PWA

No comments:

Post a Comment