Chromium not automatically updating textboxes on webpage #4297
lecaptain64
started this conversation in
General
Replies: 1 comment
-
Check the log file for errors see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#log-file You can open DevTools and check the console for errors also see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#javascript-debugging |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone. I couldnt find an answer to my issue anywhere so I thought I would ask. I've created a webform and used the ChromiumWebBrowser control in it. It isnt built dynamically on form load, I simply dragged the control in a panel on the form.
The issue I'm having is when a webpage automatically is updating a textbox, Chromium is not updating it. It stays on the same number unless you refresh the page. Using refresh does not work well though. This would be used in a stock market type of webpage or crypto buying page. I'm not sure what options I may have missed or not, but when accessing the webpage from just my browser, it works as it should. For reference, the page in question is www.kraken.com. It is a buy and sell crypto website. You would have to register to view the exact issue I'm having. The original number is coming up fine, but it stays at that number. It doesnt automatically change with a price change. I've attached a partial screenshot of the issue I'm having. Thanks for any help that is provided.

Beta Was this translation helpful? Give feedback.
All reactions