1
0
Fork 1
mirror of https://example.com synced 2024-11-25 09:16:39 +09:00

Improve usability

This commit is contained in:
syuilo 2020-11-18 11:21:35 +09:00
parent eaa92e784d
commit 0739ae006d

View file

@ -315,8 +315,7 @@ export default defineComponent({
},
mounted() {
const isIos = navigator.userAgent.includes('WebKit') && !navigator.userAgent.includes('Chrome');
if (!isIos) {
if (!os.isMobile) {
this.$refs.search.focus({
preventScroll: true
});