opnevidu-browser: Fixed ionic iOS check
This commit is contained in:
parent
f3c5bfe321
commit
dfca30ef77
@ -338,7 +338,7 @@ export class OpenVidu {
|
||||
const userAgent = !!platform.ua ? platform.ua : navigator.userAgent;
|
||||
|
||||
if(this.isIPhoneOrIPad(userAgent)) {
|
||||
if(this.isIOSWithSafari(userAgent)){
|
||||
if(this.isIOSWithSafari(userAgent) || platform['isIonicIos']){
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user