This commit is contained in:
2026-01-30 19:04:41 +02:00
parent 19054a4d9d
commit d6beef3cc4
+2
View File
@@ -56,6 +56,8 @@ export class Ut {
});
}
static uxRegister = extendNodeUx;
static device = {
touchCapable : ('ontouchstart' in window), // Is Mobile Device Flag
isMobile : /Mobi/.test(navigator.userAgent),