Custom Field - Mobile - Problem

Screenshot_2016-01-06-15-43-10.png

Guys, I created a new type of field has been implemented in Desktop version correctly , but is not visible on the mobile version , there is some code that should be implemented more ?

I follow the tutorial below , but it seems that something is missing.

http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.6/UI_Model/Fields/Examples/Creating_Cu…

I created all the files below:

1_custom\clients\base\fields\CPF_CNPJ\CPF_CNPJ.js
2_custom\clients\base\fields\CPF_CNPJ\detail.hbs
3_custom\clients\base\fields\CPF_CNPJ\edit.hbs
4_custom\clients\base\fields\CPF_CNPJ\list.hbs
5_custom\clients\base\filters\operators\operatorsCPFCNPJ.php
6_custom\Extension\application\Ext\Language\en_us.CPF_CNPJ.php
7_custom\Extension\modules\DynamicFields\Ext\Language\en_us.CPF_CNPJ.php
8_custom\Extension\modules\ModuleBuilder\Ext\Language\en_us.CPF_CNPJ.php
9_custom\include\generic\SugarWidgets\SugarWidgetFieldCPF_CNPJ.php
10_custom\modules\DynamicFields\templates\Fields\TemplateCPF_CNPJ.php
11_custom\modules\DynamicFields\templates\Fields\Forms\CPF_CNPJ.php
12_custom\modules\DynamicFields\templates\Fields\Forms\CPF_CNPJ.tpl

The code is working , but in the mobile version does not , what can be ?