You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting a custom gradient on options.waveColor or options.progressColor, the height specified in the gradient is not properly displayed on mobile browser env. I did test setting to mobile in dev tools and on actual chrome mobile, the issue is the same on both.
No matter which browser, the gradient renders the gradient at the size/height it's set to.
Obtained result
On mobile setting, the gradient seems to have *0.5 the height it is expexted to have. Setting the height to x2 the height of the instance fixes the issue on mobile, but then the gradient is ofc double the size on regular chrome :D ctx.createLinearGradient(0, 0, 0, 128 * 2) for example
Environment
Browser: Chrome on PC + Chrome Mobile
Screenshots
This is my first issue ever, I hope I am not mistaken here.
Only trying to figure this out.
Best, Mo
The text was updated successfully, but these errors were encountered:
Description
When setting a custom gradient on
options.waveColor
oroptions.progressColor
, the height specified in the gradient is not properly displayed on mobile browser env. I did test setting to mobile in dev tools and on actual chrome mobile, the issue is the same on both.Code
Taken from the examples:
Expected result
No matter which browser, the gradient renders the gradient at the size/height it's set to.
Obtained result
On mobile setting, the gradient seems to have *0.5 the height it is expexted to have. Setting the height to x2 the height of the instance fixes the issue on mobile, but then the gradient is ofc double the size on regular chrome :D
ctx.createLinearGradient(0, 0, 0, 128 * 2)
for exampleEnvironment
Screenshots
This is my first issue ever, I hope I am not mistaken here.
Only trying to figure this out.
Best, Mo
The text was updated successfully, but these errors were encountered: