react-background-video-player
react-background-video-player copied to clipboard
Can not get iOSNavigator correctly
This is my appVersion
2.6 (iPhone; iPhone 7; iOS 11.4; Scale/2.00; deviceid:0CAB2B9xxxxxxxxx55201B0)
After going deeper to code, i found that the regular express /OS (\d+)_(\d+)_?(\d+)?/ doesn't match my appVersion
const iOSNavigator = typeof navigator !== 'undefined' && (navigator.appVersion).match(/OS (\d+)_(\d+)_?(\d+)?/);