pwa: link
This commit is contained in:
parent
47d69857ba
commit
ba01510c88
|
@ -46,10 +46,17 @@ $(document).on('click', 'a', e => {
|
||||||
udgEx(url, 'main')
|
udgEx(url, 'main')
|
||||||
return false
|
return false
|
||||||
} else {
|
} else {
|
||||||
postMessage(['openUrl', url], '*')
|
if(pwa) {
|
||||||
|
return true
|
||||||
|
} else {
|
||||||
|
postMessage(['openUrl', url], '*')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
if(pwa) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
//hrefがhttp/httpsならブラウザで
|
//hrefがhttp/httpsならブラウザで
|
||||||
if (urls) {
|
if (urls) {
|
||||||
if (urls[0]) {
|
if (urls[0]) {
|
||||||
|
@ -204,6 +211,7 @@ if(pwa) {
|
||||||
showCloseButton: false,
|
showCloseButton: false,
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
focusConfirm: false,
|
focusConfirm: false,
|
||||||
|
confirmButtonText: 'Close'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user