Add Edge and Safari as PlanB browsers

This commit is contained in:
Iñaki Baz Castillo
2017-06-07 11:58:27 +02:00
parent 3095db4837
commit 267ebb320a
+1 -1
View File
@@ -36,7 +36,7 @@ export function isMobile()
export function isPlanB()
{
if (browser.chrome || browser.chromium || browser.opera || browser.msedge)
if (browser.chrome || browser.chromium || browser.opera || browser.safari || browser.msedge)
return true;
else
return false;