- ios端 input框拼音键盘下输入英文,不点完成直接切换到下一个输入框input 获取不到值
在真机下 IOS 用原生的输入法 input框拼音键盘下输入英文,不点完成直接切换到下一个输入框input 没有办法获取到值 [图片] 只能再次点击删除上面的文字 然后才能获取到值 视频入下https://test.gxbdy.com/uploads/webUpload/0001/1b66aa13bbb925209c56589be91e5fbf_20241029161041 页面代码如下 html <input value="{{loginFrom.userName}}" class="h-100 flex-1 ml-32" placeholder="请输入用户名" data-field="userName" bindinput="inputValue" bindblur="blurFn" always-embed="true" bind:selectionchange="selectionchangeFn" bind:keyboardcompositionupdate="keyboardcompositionupdateFn"/>
2024-10-29 - 【已解决】多端应用websocket不支持SocketTask.onOpen 安卓端报错苹果端正常?
多端应用websocket不支持SocketTask.onOpen,安卓端报错苹果端正常,为啥? 运行到安卓真机 报了如下错误 MiniProgramError Cannot read properties of undefined (reading 'onOpen') TypeError: Cannot read properties of undefined (reading 'onOpen') at onOpen (app.ts:97:14) at wt. (WASubContext.js:1:461834) at connectWebsocket (app.ts:41:10) at wt. (WASubContext.js:1:461275) at new wt (WASubContext.js:1:462394) at r. (WASubContext.js:1:462520) at WASubContext.js:1:439223 at App (app.ts:12:1) at WASubContext.js:1:508233 at p.runWith (WASubContext.js:1:497722) 以及 wx.connectSocket complete 报的 {"errMsg": "connectSocket:fail originCtor is not a constructor"}
2024-07-11 - 为啥组件内app.sass 样式能获取到?
为啥组件内app.sass 样式能获取到,但是引入的这个index.sass样式获取不到 [图片]
2024-04-24