I have a problem with the style of the tags when I emulate the app in android with ADV. The styles I set for the elements are wrong for example:
<div class="input-group input-group-sm">
<span class="input-group-addon">LOGIN</span>
<input type="text" name="login" id="login" class="form-control" placeholder="Login">
</div>
The span is longer than the input.
Another thing that happens is also the background of the application that should be white gets gray by itself.
Can not use pure bootstrap with cord on android? If possible, why does this happen and how do I fix it?