mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-08 20:19:38 +00:00
Compare commits
2 Commits
3a72a262a9
...
09688a09ca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09688a09ca | ||
|
|
1cc3f61b81 |
@@ -89,6 +89,7 @@ function AppContent() {
|
|||||||
window.navigator.standalone ||
|
window.navigator.standalone ||
|
||||||
document.referrer.includes('android-app://');
|
document.referrer.includes('android-app://');
|
||||||
setIsPWA(isStandalone);
|
setIsPWA(isStandalone);
|
||||||
|
document.addEventListener('touchstart', {});
|
||||||
|
|
||||||
// Add class to html and body for CSS targeting
|
// Add class to html and body for CSS targeting
|
||||||
if (isStandalone) {
|
if (isStandalone) {
|
||||||
|
|||||||
Reference in New Issue
Block a user