I am using Extjs6.0.2 to create project , but now I have problem when I create xtype : 'namefield' cause this type of xtype support on Android and not support iOS device ,However I hope that I will find solution , How can I can xtype by using by this.
lookupReference('txtPhoneNo').setConfig('xtype','numbercode')
this code replace in main.js
,
{
xtype:'fieldset',
items:[{
minLength: 9,
maxLength: 10,
xtype: 'textcode',
cls: 'acledaTxt',
itemId: 'txtPhoneNo',
id: 'phonNo' ,
reference: 'txtPhoneNo',
}]
},