Cursor drift problem of Alipay applet input box on iOS client

Description of the problem: The cursor drifts in the IOS16 input box.
Solution: Step 1: If the enableNative attribute has been set in the input, delete all settings of the enableNative attribute.
Step 2: In the window object of the app.json file, set "enableInPageRenderInput": "YES".
insert image description here
insert image description here

Guess you like

Origin blog.csdn.net/weixin_44705979/article/details/131532810