|
|
|
|
|
by josephg
1465 days ago
|
|
The other downside is that text editing interacts with a lot of native OS controls. For example, iOS needs to use the OS's keyboard (which is configured outside the web browser). And the user should be able to tap-and-hold to select text just like they can in other webpages and apps. This sort of behavior is basically impossible to reimplement in javascript for every platform in a way that feels "native". |
|