nativescript-community / ui-webview

Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.
Apache License 2.0
13 stars 7 forks source link

AWebView not rendering on Angular Project #4

Open sb-arzan opened 2 years ago

sb-arzan commented 2 years ago

The AWebView component is not being rendered on screen.

After some debugging, found the issue and created the following PR https://github.com/nativescript-community/ui-webview/pull/3

The element was registered with an old TAG Name (from the original forked library).

mathias-mcb commented 2 years ago

One addition: I didn't have the problem on iOS but experienced it on Android. From the fix I would expect that both platforms suffer from that issue. 🤔