Add Edge and Safari as PlanB browsers
parent
3095db4837
commit
267ebb320a
|
|
@ -36,7 +36,7 @@ export function isMobile()
|
||||||
|
|
||||||
export function isPlanB()
|
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;
|
return true;
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue