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
Hi, in this issue #23 (comment) explain how to do it. Flutter on the web has two rendering modes, one using canvas kit and the other using HTML DOM, the canvas kit is used on large screens such as desktops and rendering with the HTML DOM on small screens such as mobiles. But you can force during compilation to use one of the rendering modes for both cases.
On the other hand, if I request the desktop mode on the mobile browser it works perfectly. Is there a workaround to force the desktop mode on mobile?
The text was updated successfully, but these errors were encountered: