When using ViewportUV in the UserInterface material, it flips upside down on an Android device

I created a material like this.

There was no problem when running it on Windows and iOS, but when running it on Android(Galaxy S9), the display is flipped upside down.

343576-before002.png

Therefore, as a result of such an implementation, it was displayed correctly on Android.

But I have doubts.

  1. Is the Galaxy S9 the only problem like this? Or does it occur on other Android devices?
  2. Do you know why you flip it upside down? I’m scared to implement it for no apparent reason.

Thank you.