Most probably it is happening because of platform specific UV coordinates. You will need to modify the shader to flip UV coordinates on mobile devices using #if UNITY_UV_STARTS_AT_TOP
You can find more info in the Unity manual https://docs.unity3d.com/Manual/SL-PlatformDifferences.html