1
I created 2 pages in PHP
, to run on the collector:
He’s running normally and doing what I want, the only thing I’m not liking is that he keeps opening the digital keyboard and with that overlapping mine form
.
I can’t directly disable the keyboard on the device because there are other applications that use it.
I could block the virtual keyboard via PHP
?
Follow the field of mine form
, if necessary:
<form class="form-horizontal" action="temp.php" method="post" name="frmControl">
<fieldset>
<div class="form-group">
<label for="tag" class="col-lg-2 control-label">TAG</label>
<div class="col-lg-3">
<input type="text" class="form-control" id="tag" name="tag">
</div>
</div>
</fieldset>
</form>
Which operating system does this device use?
– Adriano Luz
Microsoft Windows CE Version: 6.00
– Chefe Druida