FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Can't load a local HTML file with querystring via WebView.src (WebView.url works but is removed) · Issue #3872 · NativeScript/NativeScript · GitHub

Can't load a local HTML file with querystring via WebView.src (WebView.url works but is removed) #3872

Description

As noted here I'd like to request to not remove the WebView.url property as it's the only way to currently load a local HTML file with query parameters.

Passing ~/file.html to WebView.src works, but ~/file.html?foo=bar loads a blank page because it can't find the local file. WebView.url works perfectly for that case.

WebView.src can be altered to make it load the file successfully, but still I see no way in the current implementation to pass querystring params to the file. I really need a way to access those params in the loaded HTML file.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL