Rank: Newbie Groups: Member
Joined: 12/31/2017 Posts: 1
|
Hi
We are facing two critical issues with EO.Webbrowser control
1. Video not playing in pop-up
We have a video player from JW Player which is launched in pop-up window and which plays videos which are hosted either on youtube or external CDNs. When we load this page in the EO.Webbrowser control, video does not play. Throws an error saying no playable source found, but same page works great when launched from browser
2. Certificate error with Paypal Integration
We have integrated PayPal payment API in our webpage and when we load that page in C# WinForm application hosting EO.Webbrowser control, I am getting Certificate error while loading the page. Due to this error PayPal button does not show-up
Below are some values from run time Error object
a = "https://www.paypalobjects.com/api/checkout.js" b = -214 d = "Symantec Class 3 EV SSL CA - G3"
Can you help in resolving these issue?
Regards, Hriday
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, For the first problem you may need to enable proprietary video/audio Codecs: https://www.essentialobjects.com/doc/webbrowser/advanced/html5.aspxFor the second issue please try to update to the latest build and see if it resolves the issue for you. There was an issue with the Chromium browser engine that failed to verify many valid SSL (due to certificate transparency issue): https://www.chromium.org/developers/androidwebview/webview-ct-bugThis issue has since been fixed by the Chromium team and fix has been in EO.WebBrowser since 17.2.43. So you can try the latest build and see it resolves this issue for you (make sure you revisit your license key page to get a new license for the 2018 build since it's a different release that uses a different key). Please let us know if you still have any questions. Thanks!
|