Hello want to know if i can get some help on this as i have not found anything on the net that will fix this issue, On the iphone the twitter bootstrap modal box when is to big the page has no scroll to get the the footer of the box.
code used
<div class="modal hide" id="electricityModal">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Submit A Electricity Reading</h3>
</div>
<div class="modal-body">
<div class="control-group">
<label class="control-label">Date/Time</label>
<div class="controls">
<span class="input-medium uneditable-input">22 Aug 2012, 9:45AM</span>
</div>
</div>
<div class="control-group">
<label class="control-label" for="reading-peak">Peak</label>
<div class="controls">
<input style="letter-spacing: 10px;" type="text" id="reading-peak" class="input-medium">
</div>
</div>
<div class="control-group">
<label class="control-label" for="reading-off-peak">Off Peak</label>
<div class="controls">
<input style="letter-spacing: 10px;" type="text" id="reading-off-peak" class="input-medium">
</div>
</div>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
<button class="btn btn-primary">Lodge Reading</button>
</div>
</div>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…