|
|
|
|
|
by miohtama
1931 days ago
|
|
On mobile, you can hook to low level native input events. On a web browser, <input> is all you have and because of the abstraction you cannot build it from the scratch using lower events. Think iPhone text selection. Flutter on web may cater a specific category of graphical intensive apps, but not all apps because <canvas>. It will fall to the same uncanny valley where Java applets where back in 00s. |
|