WindowsPhone10如何在cordova-plugin-device中告诉它的平台
How does WindowsPhone10 tell its platform in cordova-plugin-device
我知道我可以在 cordova-plugin- 中将 Windows Phone 7 识别为 "WinCE",将 Windows Phone 8 识别为 "Win32NT"带有命令的设备:
platform === 'WinCE' || platform === 'Win32NT'
但是 Windows Phone 10 怎么样?
我们在离线存储上没有成功,我想知道这条线是否有遗漏。
我想问一下,如果是WP10,那还有什么选择呢?
does the WP10 platform fall through these ifs or does it need its own?
我刚刚在 windows phone 10 上测试过,device.platform
的输出是 windows
:
我知道我可以在 cordova-plugin- 中将 Windows Phone 7 识别为 "WinCE",将 Windows Phone 8 识别为 "Win32NT"带有命令的设备:
platform === 'WinCE' || platform === 'Win32NT'
但是 Windows Phone 10 怎么样?
我们在离线存储上没有成功,我想知道这条线是否有遗漏。
我想问一下,如果是WP10,那还有什么选择呢?
does the WP10 platform fall through these ifs or does it need its own?
我刚刚在 windows phone 10 上测试过,device.platform
的输出是 windows
: