Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ionic SDP offer error on iPad mini. #147

Open
conandark opened this issue Jan 14, 2021 · 2 comments
Open

ionic SDP offer error on iPad mini. #147

conandark opened this issue Jan 14, 2021 · 2 comments

Comments

@conandark
Copy link

I already fixed #618
iOS 14.3.

  • there's no issue on iPhone.

  • openvidu 2.16.0

  • openvidu-browser 2.16.2

  • iPad mini 4

  • Error message
    1610600196587

  • Line of code
    1610600233836

thank you.

@micaelgallego
Copy link
Member

We will take a look to the issue.

Thanks for reporting

@conandark
Copy link
Author

@micaelgallego hi
problem is here

PlatformUtils.prototype.isIonicIos = function () {
return this.isIPhoneOrIPad() && platform.ua.indexOf("Safari") === -1;
};

I forced return true;

then every work fine. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants