'What is React Native WebView alternative for Capacitor/Angular?

I need to transform WebView component from React Native to Capacitor/Ionic/Angular:

<WebView
   source={{uri: customUri}}
/>

Is there some similar option/component with Capacitor which will render component in for example Android WebView?



Solution 1:[1]

Probably your are looking for Capacitor Browser plugin. But the problem is, you can't hide the url (I have faced the problem while working with iOS). Capacitor Browser Plugin

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ishrat