1
I’m learning to use the Intel XDK.
I need to create a hidden field where you will have device information. In html we use hidden
, but this command is not accepted in XDK, or I am doing something wrong.
Code:
<label class="item item-input widget uib_w_6 d-margins" data-uib="ionic/input" data-ver="0" id="dispositivo">
<input type="text">
</label>
If I put the hidden
manually, it does not accept.