System Back button on Windows 10 doesn't work?

Hi,

It seems that on Windows 10 Mobile the hardware Back button works (when using UnityEngine.Input.GetKeyUp(KeyCode.Escape)), but on Desktop the system Back button doesn’t. Just to clarify: there are two ways to “enable” the system Back button on Desktop

  1. Enable Tablet Mode in Windows 10 system settings (the Back button appears here: https://i-msdn.sec.s-msft.com/dynimg/IC819480.png).
  2. Enable the title bar Back button in the app itself (the Back button appears here: https://i-msdn.sec.s-msft.com/dynimg/IC794064.png).

I think both of them use the SystemNavigationManager.GetForCurrentView().BackRequested action. Is it possible that Unity doesn’t assign it?

Quite possible, it looks like a new Windows 10 thing, could you please submit a bug regarding this. Thank you!

Do you need a reproduction project for this or just an explanation how to reproduce it?

Both please, the more info provided - the better the chances this is fixed :slight_smile:

Sorry for the delay, but we finally submitted it. Here is the case number: 729551.