Hello,
i have the following problem. If i am running my application on Windows devices with touch support, like a tablet, the functions on the title bar buttons disappear after maximizing the window.
It seems there is no difference between Windows 8.1 or Windows 10.
I still see the hover effect when i touch the icons but nothing happens. It´s not possible to minimize or close the application. This error only occurs using the touch input, with a mouse input everything works fine.
This Error seems to be in all Unity 5 versions.
You can try reproducing this Error:
-Setup a simple scene
- In the PlayerSettings set “Default is Fullscreen” false and “Resizable Window” true
-Build the application
-Run the application on an Windows Tablet
-Click the maximize Button in the windows title bar
-Now try to minimize or close your application
Maybe someone knows a simple solution to solve this problem.
Thanks!