This commit is contained in:
2025-03-27 14:33:34 +01:00
parent 7deffc885e
commit 57a4512a0e
8 changed files with 427 additions and 3 deletions

View File

@@ -14,11 +14,13 @@ export const useCapacitor = () => {
const getIsPhone = async () => {
let deviceInfo = await useCapacitor().getDeviceInfo()
if(deviceInfo.model.toLowerCase().includes('iphone')) {
/*if(deviceInfo.model.toLowerCase().includes('iphone')) {
return true
} else {
return false
}
}*/
return true
}
const getNetworkStatus = async () => {