Add Edge and Safari as PlanB browsers

master
Iñaki Baz Castillo 2017-06-07 11:58:27 +02:00
parent 3095db4837
commit 267ebb320a
1 changed files with 1 additions and 1 deletions

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;