tyrasd / overpass-turbo

A web based data mining tool for OpenStreetMap using the Overpass API.
https://overpass-turbo.eu
Other
891 stars 129 forks source link

Can't select or paste text in editor on iOS Safari #662

Open verhovsky opened 9 months ago

verhovsky commented 9 months ago

A bare <textarea> element would've been more usable.

mmd-osm commented 9 months ago

You need to disable CodeMirror in the settings and restart the app.

verhovsky commented 9 months ago

CodeMirror 5's latest version works fine on my phone, I can paste and select, so upgrading overpass turbo's CodeMirror version should solve this issue. Currently overpass turbo uses CodeMirror 2.38.0, latest is 5.65.15 (or 6.0.1, but CodeMirror 6 is very different).