WebApp ('Add Web App') stream window now uses the SAME real-RFB input model as the native app stream.
- Flipped noVNC to viewOnly:false so RFB forwards real pointer + keyboard + scroll + DRAG events straight to x11vnc (continuous, full-rate) — content drag-and-drop, click-drag text selection, etc. now work inside a webapp like a native app.
- Retired the entire client-side xdotool input-forwarding layer (~600 lines deleted, incl. the v44.9 press-move-release patch) + the webapp.input.* tRPC routes. Each webapp already has its own Xvfb display, so RFB targets the right window. The chromeMaster input dispatcher is untouched.
- Canvas fit object-cover → object-contain for native parity.
NEEDS live UAT: drag-drop / drag-select / type (incl. Turkish keys) / scroll / right-click / double-click inside a real webapp. Deploy: update.sh, then clear PWA service worker + hard-refresh.
Full Changelog: v44.10...v44.11