We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iframe.html 测试样例 在pc端显示正常 但是移动手机端 ios android 不正常 图片位置不正确 和按钮不见 index.html 是 原来例子
The text was updated successfully, but these errors were encountered:
为啥要放到iframe里啊~ 可能跟这个有关
https://github.com/AlloyTeam/AlloyCrop/blob/master/alloy-crop.js#L30-L31
Sorry, something went wrong.
No branches or pull requests
iframe.html 测试样例 在pc端显示正常 但是移动手机端 ios android 不正常 图片位置不正确 和按钮不见
<title>AlloyCrop ifrmae test</title> <style> * { padding: 0; margin: 0; } body { width: 100%; height: 100%; } .sf-container { position: absolute; left: 0; top: 0; z-index: 100000; height: 100%; width: 100%; background-color: #f5f5f5; color: #fff; -webkit-backface-visibility: hidden; } .sf-frame { display: block; position: relative; z-index: 1; -webkit-tap-highlight-color: rgba(0,0,0,0); width: 100%; height: 100%; background-color: #f5f5f5; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none; } .sf-frame iframe { background-color: #f5f5f5; border: 0; display: block; width: 100%; height: 100%; -webkit-overflow-scrolling: touch; overflow: visible; overflow-y: scroll; } </style>index.html 是 原来例子
The text was updated successfully, but these errors were encountered: