How does the APP developed by vue embed an external web page, just like Wechat has the same effect as opening an external web page?

currently developing APP, with VUE wants to achieve the effect of Wechat opening external links as shown in the picture (APP embedded with external web pages). Before, I have tried to find a lot of BUG after iframe publishes APP on IOS

.

webView


if it is a mixed development, it is not difficult to open an external address. If it is webapp , there are two suggestions. The first is to use iframe , the second is to open a route separately, and then all the methods we use to open the external link point to this routing component, and then use js to inject a tag into the component and open it. I think this should be possible


whether there are any mixed applications like reactnative, it is not particularly clear that vue

Menu