You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this issue when I try your code in my Android 12. It didn't found match with that regex because the navigator.appVersion is: "appVersion: 5.0 (Linux; Android 12; IN2013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.58 Mobile Safari/537.36"
I fixed it adding a filter in the "." between expressions and the next number. I don't know if you already solved it but I'll leave it here just in case.
The text was updated successfully, but these errors were encountered:
I found this issue when I try your code in my Android 12. It didn't found match with that regex because the navigator.appVersion is: "appVersion: 5.0 (Linux; Android 12; IN2013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.58 Mobile Safari/537.36"
I fixed it adding a filter in the "." between expressions and the next number. I don't know if you already solved it but I'll leave it here just in case.
The text was updated successfully, but these errors were encountered: