05-25-2019 06:34
05-25-2019 06:34
I've been trying to work on a watch face which renders a conical gradient as a background image. I am using a grayscale image of a conical gradient to achieve this. The problem is that although everything looks good on the simulator, when I install the same on my device, the image is rendering incompletely.
simulator-view : https://ibb.co/qj50JkB
device-view: https://ibb.co/41jz0Pd
As seen the simulator view renders correctly although the device-view is incompletely rendered. How should I fix this?
05-28-2019 11:09
05-28-2019 11:09
Is the image the correct resolution for the screen size? Resizing images on the device has unpredictable results.
If it is, can you provide a link to download a sample project export?