mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(visionos): ui-mobile-base supporting xros plus improvements to window handling (#10478)
This commit is contained in:
@@ -5,6 +5,8 @@ export function test_platform() {
|
||||
let expectedPlatform;
|
||||
if (isAndroid) {
|
||||
expectedPlatform = 'Android';
|
||||
} else if (__VISIONOS__) {
|
||||
expectedPlatform = 'visionOS';
|
||||
} else {
|
||||
expectedPlatform = 'iOS';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user