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
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
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
Previous: How to put an end to the events that happened after componentWillUnMount?
Next: Mini Program can preview Android on his mobile phone, but ios failed to parse it.