Android kiosk PWA intermittently says Google Chrome is required even though Chrome is installedSolved

Participant
Discussion
2 days ago Jun 30, 2026

We have some Android devices locked down in kiosk mode running a PWA through Chrome. On a few devices, the PWA sometimes stops and shows a message like “<app> requires the following app: Google Chrome,” almost as if Chrome is not installed.

Chrome is already added as a required app in the kiosk policy and also appears under background apps. Removing Chrome and reapplying the policy did not clear the issue. Has anyone seen this happen after Chrome updates?

Replies (2)

Marked SolutionPending Review
Hexnode Expert
2 days ago Jun 30, 2026
Marked SolutionPending Review

Hello @matteo ,

For Android kiosk setups running a PWA through Chrome, make sure the following are covered in the kiosk policy:

  1. Add Google Chrome as a required app.
  2. Add Google Chrome under the Android kiosk background apps, if the PWA depends on Chrome while another kiosk app or shortcut is in use.
  3. Add Android System WebView to the background apps as well, since some web-based app flows may depend on WebView components.
  4. Confirm that Chrome is updated to the latest available version on the device.

If the issue appears immediately after an automatic Chrome update, restart the device once the update completes. In some cases, the kiosk session may not immediately recognize the updated Chrome package until the device is restarted.

Regards,
Simon Scott
Hexnode UEM

Marked SolutionPending Review
Participant
1 day ago Jul 01, 2026
Marked SolutionPending Review

Restarting the device fixed it. After the reboot, the PWA started working again with the updated Chrome version installed. Looks like the problem was triggered by the Chrome update and cleared after the kiosk device restarted.

Save