prabeengiri / DeepLinkingToNativeApp

Javascript to DeepLink to Native App
MIT License
121 stars 43 forks source link

Fix regex to work for iOS 10+ #5

Closed francislavoie closed 7 years ago

francislavoie commented 7 years ago

The regex was only reading the first digit of the version... if the version was 10, then it failed to work because that's two digits.

prabeengiri commented 7 years ago

@francislavoie Thanks for the PR :)