how does JS close the h5 page embedded in app
how does JS close the h5 page embedded in app
js cannot be actively shut down, only the app side can provide an interface. The H5 side is called to achieve
did the landlord solve the problem? in my case, my h5 page is shared as a sharing page to QQ or Wechat (in the form of links). Click on the link in Wechat QQ to open my H5 page. In this case, how can I close this H5 page?
how do I close our own H5 page embedded in the customer's own APP?
using window.close () does not work