WeChat Mini Programs, textarea always obscures one piece when it focuses on popping up the keyboard.

  <view  wx:if="{{reason}}">
          <textarea  auto-height placeholder="" focus="{{focus}}" cursor-spacing="200px"/>
          <button class="submit" bindtap="disagree" ></button>
        </view>
Mar.02,2021

I have encountered the same problem. My approach is to let the page use animation to move the submitted button up to the occluded height of ok

.
Menu