Mini Program input password box click toggle shows, why ios replacement will jump, Android will not?

<block wx:if="{{password}}">
        <input maxlength="16" password="{{password}}" class="fl page-section-input1" bindfocus="isShowPass" bindblur="isHidePass" name="password" value="{{passwordValue}}" placeholder=""  />
      </block>
      <block wx:else>
        <input maxlength="16" password="{{password}}" class="fl page-section-input1" bindfocus="isShowPass" bindblur="isHidePass" name="password"/>
      </block>
Mar.23,2021

Mini Program's bug, has been officially confirmed.

https://developers.weixin.qq.

I hope to adopt it.

Menu