Open bedis-elacheche opened 5 years ago
is.safari() returns true for Facebook inapp browser because the user-agent may contain safari and chrome at the same time. Return true only if the user-agent contains safari but not chrome. fixes: #296
is.safari()
I've added this now https://github.com/evdama/is.js/commit/a9f01bbdc59aad56c134398afb8c7c423cbbb8bb Can you test and maybe close this one?
is.safari()
returns true for Facebook inapp browser because the user-agent may contain safari and chrome at the same time. Return true only if the user-agent contains safari but not chrome. fixes: #296