-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Create MainView and set address quickly fails to load. #305
Comments
I had something similar where it occasionally failed, and then figured out if (myWebView.IsBrowserInitialized) myWebView.Load(someUrl); Since it doesn't happen all the time most of the time the property will be // Sascha On Tue, Apr 1, 2014 at 3:46 PM, Kyle McFarland notifications@gh.neting.ccwrote:
|
Sascha, that is the CefSharp1 approach but with the latest master things have changed a bit (to better support MVVM). |
Glad to hear that, can't wait to try it out as soon as jornh finishes // Sascha On Tue, Apr 1, 2014 at 6:13 PM, Per Lundberg notifications@gh.neting.ccwrote:
|
@perlun I can easily live with high expectations for #159 as long as you and @JanEggers are the ones putting in the labor on it chop, chop guys! 📆 Clock's ticking towards 3.31.0! 😆 And always motivating to know what you are working on is what (some) people want the most! Still, (back to on-topic) @perlun I guess @brock8503 ison |
@perlun: there is still a issue in cefsharp3 i didnt create a pr for that one yet but we break binding. we have to use setCurrentValue for all dependency properties otherwise we overwrite the binding with a local value. ie: if load finished and cef calls SetAdress |
i added a pr #308 |
(Fixed as of #308 merge) |
I am noticing a stability issue when setting the address after creating our mainview control. If an address is set directly after creating a new mainview and browser the browser fails to load the address.
Example:
The text was updated successfully, but these errors were encountered: