- 已装运
- 2026年4月29日 02:57 UTC
- 作者
- kamo
- 提交
- 2185bad
- Add touch-action: manipulation + WebkitTapHighlightColor to iconBtnStyle so window control buttons (minimize/maximize/close) respond instantly on touch - Add onTouchStart={onFocus} alongside onMouseDown on ToolWindowShell container so the window gets focused when tapped, not just when clicked - Add handleResizeTouchStart with full touch tracking so the resize handle works on tablet - Add button { touch-action: manipulation } CSS rule to SoftphonePanel covering all 40+ buttons in the panel (tab nav, call controls, toggles, dialpad actions) - Add onTouchStart/onTouchEnd press-animation handlers to Answer, Reject, Call/End Call, Backspace, and Clear buttons - Add touch-action to RowAction buttons, MenuItem divs, filter chips, and header buttons in SoftphoneHistoryTab and SoftphoneVoicemailTab - Fix critical bug in SoftphoneContacts: quick-call button in contact list had opacity:0 (only visible on mouse hover) making it completely invisible and untappable on touch — changed to opacity:1 always - Add touch-action to contact list items and dial buttons in SoftphoneContacts