When I upgraded the nativescript to version 8.4.0 the plugin stopped working on iOS devices. <MaskedTextField (textChange)="onTextChange($event)" [text]="currentText" [mask]="'(999) 999-9999'" [keyboardType]="phone" ></MaskedTextField> onTextChange($event) is not returning updated text. May be delegate function is not working.