Ali Hardan

Results 4 comments of Ali Hardan

Hi. Same problem here, but inverse behavior. The problem is like what @dkaparis said in first post of this page, but the difference is: If the modification on the android...

> [#19514 (comment)](https://github.com/vuetifyjs/vuetify/pull/19514#issuecomment-2065784246) @KaelWD, I agree with you. If it doesn't bring prefetching, it has almost no advantage. Maybe we should hope that prefetch will be added to useLink later.

سلام. سازنده این فونت [(صابر راستی‌کردار)](https://fa.wikipedia.org/wiki/%D8%B5%D8%A7%D8%A8%D8%B1_%D8%B1%D8%A7%D8%B3%D8%AA%DB%8C%E2%80%8C%DA%A9%D8%B1%D8%AF%D8%A7%D8%B1) به تازگی درگذشته. این پروژه در حال حاضر یتیمه و آپدیت نمیشه.

~~Workaround:~~ ```vue const appBarModel = ref(true); const lastScrollY = ref(0); window.addEventListener("scroll", () => { const r = window.scrollY || document.documentElement.scrollTop; (appBarModel.value = r < lastScrollY.value), (lastScrollY.value = r