-
Mini Program's wx.authorize is also the first time users click to reject, the next click will not pop up the box?
set the click event for a button to call wx.authorize,. If the user clicks the rejection of the authorization pop-up box for the first time, won t the authorization pop-up box be adjusted the next time the button is clicked? ...
-
When does WeChat Mini Programs usually need to maintain his login status? My Mini Program is mainly to submit the form, get the user unionid to get through Mini Program and the official account, do I need to maintain my login status?
according to the title, my Mini Program mainly has a form submission to get the user unionid to get through Mini Program and the official account. Do I need to maintain my login status? When it comes to the login state, it makes me feel dizzy. ...
-
The problem of WeChat Mini Programs template message push
when Mini Program sends template messages to obtain access_token, appsecret, needs to be passed in the API parameters, but what we are doing is a third-party platform for saas service. How can we get the merchant s appsecret? Can merchants get appsecret...
-
How does Mini Program bind a click event to the view of the index page and execute the method in app.js?
I bound the same click event to the button tags of some child pages, such as getFormID, so I put getFormID in app.js. Sub-page button binding click event when the direct bindtap= "getFormID " can not be executed, prompting that there is no getFormID met...
-
WeChat Mini Programs, how is it that there is a navigator, in the button button and the navigator can't jump?
because I want to collect formid (multiple pushes of template messages), I put layers button and form around each navigator ...
-
WeChat Mini Programs third-party platform development, how to obtain extAppid? in ext.json
the official document says: "in order to facilitate developers of third-party platforms to introduce extAppid development and debugging work, it is necessary to introduce the concept of ext.json. Ext.json is a configuration file that is placed in the r...
-
Does WeChat Mini Programs's wx.openLocation need authorization after all?
I found that when I wrote Mini Program, I tested it on my ios mobile phone. The map on the first page can not be opened by writing wx.openLocation directly, while the map in the other sub-page can be opened by writing wx.openLocation directly. Why? (neit...
-
Does Mini Program, the third-party platform's own template, need to be audited and launched?
does Mini Program, a template developed by a third-party platform, need to be checked and launched like a normal Mini Program? Or only third-party platforms can only replace merchants to audit their Mini Program online? ...
-
When WeChat Mini Programs first entered the page, wx.showLoading did not display on the real machine.
my wx.showLoading is placed in the onload lifecycle function, and the wx.hideLoading is written in the request callback function, but it will be displayed when the simulator first enters the page. Why does it not appear on the phone? ...
-
If WeChat Mini Programs's picture is not set in height, it will flash and pull for a long time when it is loaded for the first time.
I set the width of the picture, and then set the mode= "widthfix ", but I found that on some phones, the moment when I first enter the page to load the image, the picture will be pulled very long, and then return to normal. Then if I set the height of t...
-
The updated Mini Program web-view a few days ago supports opening the official account article, how much is the minimum basic library, and do you need to be compatible?
I see that the official document only says that web-view requires a basic library of at least 1.6.4, so how much is the basic library needed for web-view to open official account articles? Do you need to be compatible? ...
-
Is WeChat Mini Programs's request written in onLoad or onReady?
I have heard an elder say that request should be put in onReady and then request after rendering dom. I don t know what advantage this will bring. Won t it be slower than putting it in onload? Ask for answers from seniors ...
-
What is the difference between button-hover and hover-class of Mini Program's button button?
look at the official document that hover-class can set the style that button presses, but button-hover only mentioned the default value, did not say what effect, Baidu the difference between the two can not be found, which seniors can guide? ...
-
Mini Program clicks view to change the style. View is looped out through wx:for.
it is not clear how to click to change the style when this cycle comes out. If a single person can click to change the variable and change the class name, what about this cycle? Ask the boss for advice ...
-
WeChat Mini Programs's hover-class style doesn't work.
setting hover-class for navigator and button does not work, but setting for view does. My navigator and button both have background colors. Does that have anything to do with this? ...
-
After WeChat Mini Programs sets the background color to button, the style button-hover becomes invalid when clicked.
it is found that after setting the background color of Mini Program s button component (without setting the type type), the default button-hover when clicked does not take effect. Is there any solution? ...
-
WeChat Mini Programs small text display using view components or text components?
large text should be better to use text, after all, text can be selected, so small text such as only a few words, view or text is better? ...
-
The problem of obtaining parameters through options in WeChat Mini Programs onload Life cycle function
for example, the jump button on a page looks like this:
<navigator class= rb-tab-item url= .. webview webview?url="https: www.irongbei.com MCommon about?navCurr=1" >
< navigator>
b page print parameters in onload:
onLoa...
-
The lazy-load of WeChat Mini Programs's image tag does not work.
the official document says: the picture is loaded lazily. It is only valid for image under page and scroll-view. Then I only wrote a few image tags on the page, set lazy-load, and then scrolling the page didn t feel effective. What should be the effect ...
-
WeChat Mini Programs uses rich-text and wxparse to parse the difference between rich text
Mini Program comes with a rich-text component, but what s the difference between seeing that some people introduce wxparse to parse rich text? Isn t it more convenient to bring your own rich-text? Or does rich-text have many shortcomings? ...