[w3c/editing] iOS Safari: meta content="interactive-widget=resizes-content" (Issue #549)

michael created an issue (w3c/editing#549)

Editor developers want to be able to place a toolbar (likely at the bottom of the page, near the user's thumb). However, when the VirtualKeyboard is shown the toolbar is covered.

There's a solution for this, supported on Android already:

```
<meta name="viewport" content="interactive-widget=resizes-content" />
```

Safari doesn't support it yet. So I wanted to ask if supporting this setting is planned, and if yes, when is it expected to land?

Currently for [svedit.dev](https://svedit.dev) we have a "correction mechansim" to keep the toolbar visible, but it leads to flickering. `interactive-widget=resizes-content` would be a much better solution.

https://github.com/user-attachments/assets/ddcef564-b2ab-4aac-9e92-90202d391aa7

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/549
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/editing/issues/549@github.com>

Received on Thursday, 13 August 2026 13:44:03 UTC