michael / editable-website

A SvelteKit template for building CMS-free editable websites
https://editable.website
MIT License
1.34k stars 103 forks source link

Editing is still painful on iPad #1

Open frkd-dev opened 1 year ago

frkd-dev commented 1 year ago

Hi,

I opened https://editable.website/, entered edit mode, but I can only edit a text and cannot apply any styles to it neither using Safari context menu nor with editing menu (controls are grayed out). Video that is demonstrating a problem: https://youtube.com/shorts/PDi-4K4vEmU.

michael commented 1 year ago

In the template the page title is marked as PlainText, so it doesn't accept annotations. But you could change that. You should be able to edit other areas of the site which have been designated as RichText.

A known issue is that on phones activating the soft-keyboard is shifting the editing toolbar out of view. I have some ideas to solve this, but it's a significant amount of effort. Meanwhile you have to close the soft keyboard to bring back the editor toolbar.