Changeset 5f7dba2 in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/19/2026 12:02:20 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
cbfbf88
Parents:
408afc1
Message:

fix(editor): action bar correctly above keyboard (no mid-screen bug)

  • viewport: interactive-widget=resizes-content → layout shrinks when keyboard opens (Android), so sticky bottom sits naturally above the keyboard.
  • .pe-actions stays sticky; bottom offset = max(keyboard part the layout doesn't cover, audio-player height). Replaces the wrong position:fixed+top calculation that placed the bar in the middle of the screen (Android counted it twice).

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    r408afc1 r5f7dba2  
    9898<head>
    9999<meta charset="utf-8">
    100 <meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
     100<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover,interactive-widget=resizes-content">
    101101<meta name="color-scheme" content="dark light">
    102102
Note: See TracChangeset for help on using the changeset viewer.