We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Line of code
thank you.
The text was updated successfully, but these errors were encountered:
We will take a look to the issue.
Thanks for reporting
Sorry, something went wrong.
@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. :)
No branches or pull requests
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
Line of code
thank you.
The text was updated successfully, but these errors were encountered: