|
Rank: Newbie Groups: Member
Joined: 2/18/2022 Posts: 8
|
Hello, I would open whatsapp web in EO.WebBorowser but the qrcode to scan never bring up. In a winform I use this code:
EO.WebBrowser.WebView wBrowser; wBrowser = new EO.WebBrowser.WebView(); wBrowser.Create(this.Handle); wBrowser.LoadUrlAndWait("web.whatsapp.com");
I've also tryed to add:
EO.WebBrowser.Runtime.DefaultEngineOptions.CustomUserAgent = "user-agent=User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36";
Any suggestions? thank's in advance.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
What version do you use? We tested it with our TabbedBrowser sample application with our latest build and it seems to work fine.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 2/18/2022 Posts: 8
|
runtime version v2.0.50727 version 22.0.30.0
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Please update to the current version. Your version is based on Chromium v96 and it's about 2 and a half years old. The current version is based on Chromium v120. It is not uncommon for website not working properly with older browsers if it relies on features that are only avaialble in newer versions. In that case the only option would be to upgrade to a newer version of the browser engine that does support those features.
|
|
Rank: Newbie Groups: Member
Joined: 2/18/2022 Posts: 8
|
Ok. I have the license for EO.Total 2022 Can I use the current version with my license?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
No. You would need to renew your maintenance subscription to current in order to use the current version. You can do so from "My Orders" page by clicking "Renew Subscription" under your order. After that you will be able to revisit your license key page to download a new license key for the current version.
However please verify the current version indeed works for you first. You can download the current version directly from our download page. Make sure you do NOT apply your old license key when you try the new version.
|
|
Rank: Newbie Groups: Member
Joined: 2/18/2022 Posts: 8
|
I would try with te Eo.Total 2023 but I can't find where to download Where I can find the previuous version of Eo.Total to download?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We have sent the download location to your through private message. You can try that build first and see if it works for you.
Thanks!
|
|