Fixed a bug in relative margins on Android by hanachiru · Pull Request #1035 · gree/unity-webview

summary When doing SetMargins with relative true on android, the margins are incorrect. On Android, Screen.width(height) always returns the same value as Screen.currentResolution.width(height). So,...