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
ios 上这段代码报错, i.browser=navigator.userAgent.toLowerCase().match(/(msie|firefox|chrome|opera|version).?([\d.]+)/)[1].replace(/version/,"safari") navigator.userAgent.toLowerCase() 运行出的是appleWebkit navigator.userAgent.toLowerCase().match(/(msie|firefox|chrome|opera|version).?([\d.]+)/)[1] 运行为null 这种怎么解决,是否ios不能用这个框架?
The text was updated successfully, but these errors were encountered:
你指的是手机端的ios还是macos,这个组件是pc端使用的
Sorry, something went wrong.
ipad,�那这个...不会支持么?
移动端的交互与PC不相同,这个组件是在PC端来使用的。不过你如果有兴趣,可以fork该项目进行改造。
好的,谢谢
No branches or pull requests
ios 上这段代码报错,
i.browser=navigator.userAgent.toLowerCase().match(/(msie|firefox|chrome|opera|version).?([\d.]+)/)[1].replace(/version/,"safari")
navigator.userAgent.toLowerCase() 运行出的是appleWebkit
navigator.userAgent.toLowerCase().match(/(msie|firefox|chrome|opera|version).?([\d.]+)/)[1] 运行为null
这种怎么解决,是否ios不能用这个框架?
The text was updated successfully, but these errors were encountered: