tg app fix sizes
This commit is contained in:
@@ -88,7 +88,7 @@ const insetTop = ref(54)
|
||||
|
||||
onMounted(async () => {
|
||||
if (tgApp && ['ios', 'android'].includes(tgApp.platform)) {
|
||||
insetTop.value = tgApp.contentSafeAreaInset.top
|
||||
insetTop.value = tgApp.contentSafeAreaInset.top + tgApp.safeAreaInset.top
|
||||
}
|
||||
|
||||
await fetchData()
|
||||
|
||||
Reference in New Issue
Block a user