NG-ZORRO / ng-zorro-antd-mobile

A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
http://ng.mobile.ant.design
Other
800 stars 241 forks source link

InputItem文本输入框 onChang()事件获取不到手写输入的文字 #594

Open Zwei-J opened 5 years ago

Zwei-J commented 5 years ago

我这边收集了几个机型出现这样的问题 1、vivo y66iA 2、小米 MDE6S 3、华为 mt7-tl10 4、vivo Y79A 5、lephone

Zwei-J commented 5 years ago

`import { Component } from '@angular/core'; import { ToastService } from 'ng-zorro-antd-mobile';

@component({ selector: 'demo-input-item-basic', template: ` <TextareaItem [placeholder]="'请输入'" [autoFocus]="true" [value]="value" [clear]="true" [autoHeight]="true" (onChange)="onChange($event)"> <WingBlank *ngIf="basicList == undefined">

submit
`, styles: [``] }) export class DemoInputItemBasicComponent { value: string; constructor(private _toast: ToastService) {} onChange(e) { e = e.replace(/(^\s*)|(\s*$)/g, ''); this.value = e; }; onClick() { if ( this.value !== undefined && this.value !== '') { ToastService.success('我是拼音输入', 1000); } else { ToastService.fail('我是手写输入', 1000); } }; }`
Zwei-J commented 5 years ago

ng-zorro-antd-mobile:“ 0.11.6”

fisherspy commented 5 years ago

@Zwei-J 试试1.0.1版本

Zwei-J commented 5 years ago

@Zwei-J 试试1.0.1版本

OK 那我先去升级 再有这个问题 我再把问题打开

Zwei-J commented 5 years ago

@Zwei-J 试试1.0.1版本 版本升级过后 安卓机不行 手写输入 输入后需要删除一个字符才能识别到 比如 手写输入 “国庆节” 是触发不了onchange()事件的 需要删出一个字 “国庆” 才能触发onchange()事件

sWhite01111 commented 5 years ago

找了其中小米 MDE6S(med 6s ?)、华为 mt7-tl10(其他的找不到)测试一下,都是能输入进去的,麻烦提供下系统版本号,和你操作的视频吧,方便进行排查,谢谢^_^

Zwei-J commented 5 years ago

找了其中小米 MDE6S(med 6s ?)、华为 mt7-tl10(其他的找不到)测试一下,都是能输入进去的,麻烦提供下系统版本号,和你操作的视频吧,方便进行排查,谢谢^_^

angular 8.3.5 ng-zorror-antd-mobile 1.0.1 手写是可以输入 但是(onChange)这个事件 在安卓的手机上 没有触发 需要在已输入的内容里删除掉一个字 才能触发(onChange)这个事件 操作的视频 你加我QQ我录个视频给你?1679431550

Zwei-J commented 5 years ago

@sWhite01111

sWhite01111 commented 5 years ago

@Zwei-J 在华为 @mt7-tl10测试,onChange事件确实触发了,并不是删掉一个字才能触发。如果可以加钉钉吧,我们不能使用QQ

Zwei-J commented 5 years ago

@Zwei-J 在华为 @mt7-tl10测试,onChange事件确实触发了,并不是删掉一个字才能触发。如果可以加钉钉吧,我们不能使用QQ

可以 钉钉号 nopeo1k