after Wechat"s official account modifies the code, ios refreshes twice to display the modified style, but Android still shows the original style. what"s going on?
after Wechat"s official account modifies the code, ios refreshes twice to display the modified style, but Android still shows the original style. what"s going on?
caused by the local wx cache, wx loads the open page (the first page of the link, except open.weixin). This kind of mechanism, for example, the first time you open an alert (), will pop up, and if you close the page and open it again, it will not play, and you need a bit of refresh.
in order to avoid this kind of phenomenon:
1. The resource files referenced by the page need to be distinguished by a version or timestamp;
2. Configure CDN to grab and update node data from the data source at regular intervals.
the version of each Wechat client may be different in this section. It is safe to forcibly shut down the wx process and then open it.
the article on Wechat s official account crawled through python at the backend found that the video in the article could not be played, and the video was nested in iframe, as shown in <iframe class="video_iframe" data-vidtype="2"...
natapp 8080vue java :3000 natapp ...
through Wechat direct recording, local audio can be played. Format: msg_361529051018c8d439cd7c5101.amr, is recorded through jssdk, but local audio cannot be played. Format: msg__USER_FOR_WEBVIEW_JSAPI091530051018a873dcb5735104.amr, has added the words _...
developed in Wechat official account, listening returned event page B is listening page C page without adding listening event page flow AME-> BMY-> C when you click on Wechat s official account to return, Clam-> flashed BMIT-> A will jump twice thi...
Overview of the problem: when a single-page application calls Wechat s chooseImage API, it reports an error and prompts "the permission value is offline verifying ". debugging according to the common errors and solutions in the appendix of Wechat s...
above picture, the picture can say clearly green is click to enter, yellow is the return of Wechat in the upper left corner when I enter the list page from A.html, click to enter the editing information, go to the success page, click back to jump to t...
Wechat H5 calls WeixinJSBridge.call ( hideToolbar ) to hide the bottom navigation bar is invalid, display as usual function onBridgeReady() { WeixinJSBridge.call( hideToolbar ); } if (typeof WeixinJSBridge == "undefined") { d...