Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Refreshing WebView does not re-render #234

Closed
jburman opened this issue Nov 15, 2020 · 6 comments
Closed

Refreshing WebView does not re-render #234

jburman opened this issue Nov 15, 2020 · 6 comments

Comments

@jburman
Copy link

jburman commented Nov 15, 2020

On Windows 10 using unmodified Hybrid template. Right clicking in the web view and selecting Refresh or hitting F5 causes the web view to go blank. Looking in the DOM the element is empty. I don't see any obvious errors occurring though.

@Eilon
Copy link
Member

Eilon commented Nov 16, 2020

Oh boy, this is probably fixed as of just a day or two ago thanks to @jspuij 's work!

You can try using the nightly feed per the info here: https://docs.microsoft.com/mobile-blazor-bindings/contribute/nightly-builds

And that will get you updated NuGet packages that most likely fix this very issue.

Would you mind trying that out and letting us know if it fixes your issue?

@jburman
Copy link
Author

jburman commented Nov 16, 2020

Ok, updated to 0.6.6-preview and it does appear to be fixed. Thanks for the update!

@jburman jburman closed this as completed Nov 16, 2020
@Eilon
Copy link
Member

Eilon commented Nov 16, 2020

That's great to hear, thank you for trying it out!

@Akdimi
Copy link

Akdimi commented Jun 4, 2021

Hi, this fixed the refreshing thing. But when you navigate to third party website and then redirect back to the app the page is blank. When looking at the elements in html everything is there except there is nothing inside the app tag. Is there a way to handle this correctly? I tried almost everything like mapfallbacktofile in server startup etc.. i can redirect to the page but the app is not loaded in the app tag and there are no errors.

@Eilon
Copy link
Member

Eilon commented Jun 4, 2021

@Akdimi can you log a new issue for this?

@Akdimi
Copy link

Akdimi commented Jun 5, 2021

@Akdimi can you log a new issue for this?

@Eilon I did two days ago. Here is the link #372 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants