Micro letter about the problems encountered in applet Summary (continually updated)

1. About <input /> tag is easy to ignore the problem:

Use <input /> tag is easy to forget bind bindblur () method (input trigger box loses focus), not necessarily because the user clicks a button to complete the input with the keyboard, tap the screen directly after the blank may have entered, so phone keypad will be put away, then do not trigger bindconfirm () method (triggered when you click the Done button), it will not get the value entered by the user. Of course, there are other solutions, this blogger just encountered it.

2. With regard to micro-channel project developer tools to create and import projects for a long time does not respond or socket hang out problems

https://www.cnblogs.com/linck/p/11645882.html

3.mpvue applets not loaded images Failed to load local image resource / images / xx.png problem

https://www.cnblogs.com/linck/p/11636270.html

 

Encounter other problems, then update it again, also welcome small partners respond to their problems in the comments section oh ~

Guess you like

Origin www.cnblogs.com/linck/p/11704727.html