Skip to content
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

Null exception in webcontentelement #508

Closed
wayne-o opened this issue Nov 30, 2013 · 2 comments
Closed

Null exception in webcontentelement #508

wayne-o opened this issue Nov 30, 2013 · 2 comments
Labels
s/needs-more-info Needs more information from the reporter t/bug Bug type

Comments

@wayne-o
Copy link

wayne-o commented Nov 30, 2013

The ctor needs to look like this:

 if (url != null)
 {
       Url = Android.Net.Uri.Parse(url);
 }

This then means local content can be loaded

@slodge
Copy link
Contributor

slodge commented Dec 2, 2013

Hi

Sorry - not sure I understand.... what is local content here? Is there a sample we can include in the https://github.com/MvvmCross/MvvmCross-Tutorials/tree/master/DialogExamples project?

Sorry if this is a stupid question, but I've never used the WebContentElement

Stuart

@slodge
Copy link
Contributor

slodge commented Dec 7, 2013

Assuming this is folded into #509 - so closing this.

@slodge slodge closed this as completed Dec 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s/needs-more-info Needs more information from the reporter t/bug Bug type
Development

No branches or pull requests

2 participants