Wechat"s ios environment
an H5 web page is embedded with an iframe, to implement Wechat login without refresh, because Wechat will jump after login authorization, so put the official Wechat login page into an iframe. But I found that when the page in the iframe jumps, the whole page actually jumps, and according to reason, all the operations within the iframe are separate, should not affect the parent page, how to solve this problem?