You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhanced the copyToClipboard function with better mobile browser compatibility:
- Position textarea in viewport (0,0) instead of off-screen for mobile compatibility
- Remove readonly attribute which prevents selection on mobile browsers
- Add 100ms delay before execCommand to allow mobile selection to process
- Implement iOS-specific selection handling using Range API
- Set minimum 16px font size to prevent iOS zoom
- Make textarea invisible using opacity and 1px dimensions
- Add proper cleanup with delayed element removal
Tested successfully on mobile browsers over local network.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments