Hi. Safari >13 support was supposedly added to v 1.2.0, but I can't get it to work.
Safari support requires a match for navigator.userAgent.match( /Safari\/(1[3456789])/ ), but this does not match the Safari user agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15
Hi. Safari >13 support was supposedly added to v 1.2.0, but I can't get it to work.
Safari support requires a match for
navigator.userAgent.match( /Safari\/(1[3456789])/ ), but this does not match the Safari user agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15