Home > Article > Backend Development > Web page jumps slowly in Android WeChat
1. The webpage jump I made using php header is very slow in the Android version of WeChat, but it is very fast in Apple’s WeChat.
2.
<code>header("Location: $url",TRUE,302); exit; </code>
3. Is there anything special about the x5 kernel of Android WeChat?
Reply content:2.
<code>header("Location: $url",TRUE,302); exit; </code>3. Is there anything special about the x5 kernel of Android WeChat?