Hi i have a Forms app running on Android, working fine apart from the specific device 1plus6 on version 9.0
When a click event occurs on this device "TapGestureRecognizer", the TranslateTo function does not work as expected, the below code moves the view about 5mm from the left, every other device is moving the view as expected.
await myView.TranslateTo(250, 60, 100);
Is this a known issue, are there any fixes for this?