Open sb-arzan opened 2 years ago
The AWebView component is not being rendered on screen.
AWebView
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).
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. 🤔
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).