Hi,
I created a simple UI screen using the new UI toolkit system. (Unity 2020.1.15f1)
When I run my apk on Huawei p9 plus (Android 7.0) and on Xiaomi mi9 SE it shows correct, but when I launch it on Samsung Galaxy A3 (Android 7.0) - the display is empty (not displayed UI elements), but the places where my buttons placed have stayed responsible - I should press them and they do their functionality.
If I change my UI to the default canvas system the UI displayed correctly on all devices.
Any solutions?
Thanks!