scene description
when the H5 page in app is opened and loaded, it transmits information to IOS through scheme protocol:
//
window.location.href ="menhong://activityMoments"
question
Theabove is equivalent to jumping to a "non-existent" page, which is only used to pass information to ios and ends up on the current H5 page. But ios will block asynchronous requests on the current H5 page, such as all images being requested, are blocked .
excuse me, if I still communicate through the scheme protocol, is there any way to solve this problem?