Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user-select Compatibility issues #1411

Closed
wants to merge 1 commit into from
Closed

user-select Compatibility issues #1411

wants to merge 1 commit into from

Conversation

lihe07
Copy link

@lihe07 lihe07 commented Aug 13, 2022

'user-select' is not supported by Safari, Safari on iOS. Add '-webkit-user-select' to support Safari 3+, Safari on iOS 3+

Added two rules for static.ts

'user-select' is not supported by Safari, Safari on iOS. Add '-webkit-user-select' to support Safari 3+, Safari on iOS 3+.
@lihe07 lihe07 requested a review from antfu as a code owner August 13, 2022 07:58
@netlify
Copy link

netlify bot commented Aug 13, 2022

Deploy Preview for unocss ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 9fc4db0
🔍 Latest deploy log https://app.netlify.com/sites/unocss/deploys/62f759ac29b1730008493685
😎 Deploy Preview https://deploy-preview-1411--unocss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@zyyv
Copy link
Member

zyyv commented Aug 13, 2022

'user-select' is not supported by Safari, Safari on iOS. Add '-webkit-user-select' to support Safari 3+, Safari on iOS 3+

Added two rules for static.ts

I guess you want use autoprefixer. There is a similar case #1391. unocss-preset-autoprefixer maybe help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants