Closed xlc closed 8 years ago
/iPad|iPhone|iPod.* os 9_/i.test('iPad') is true, so it always use fallback on iPad and iPhone no matter what version it is
/iPad|iPhone|iPod.* os 9_/i.test('iPad')
Thanks, @xlc . Applied in 2df04cc3e8b2f9b3d26fcbb649080667cd4d85df .
Btw, if you are working with iOS9, can you confirm how whether our tests are passing?
/iPad|iPhone|iPod.* os 9_/i.test('iPad')
is true, so it always use fallback on iPad and iPhone no matter what version it is