[TIMOB-20383] Windows: WebViews with url property with relative reference causes build error
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2016-02-18T00:43:51.000+0000 |
Affected Version/s | Release 5.1.2 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Bert Grantges |
Assignee | Kota Iguchi |
Created | 2016-02-10T22:52:37.000+0000 |
Updated | 2017-03-20T22:28:40.000+0000 |
Description
Adding a WebView to an XML view, and setting the ::CallNamedFunction".
If I don't set the url property or set the url to a web url the error does not occur. So there could be something in the html, which is requiring in graph libraries that windows is taking exception to, since the graphs work on ios and android.
url
property causes a compile time error:
The webview is calling an html file. The exact error message was ''Error while require(/app) unknown exception" with one element in the native_stack trace of "JSExportClass
Working on getting the html code for reference
This was fixed in master, right? Happen to know what PR or JIRA ticket it was done? Maybe TIMOB-20236 fixed it?
I would say this is duplicate of TIMOB-20143, and it's fixed.
Closing ticket as duplicate.