hideDynamicToolbarOnResizesVisual.html (450B)
1 <!doctype html> 2 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 3 <meta 4 name="viewport" 5 content="width=device-width,interactive-widget=resizes-visual" 6 /> 7 <style> 8 body { 9 margin: 0px; 10 padding: 0px; 11 } 12 #absolute { 13 position: absolute; 14 bottom: 0px; 15 height: 20px; 16 width: 100vw; 17 } 18 input { 19 height: 100%; 20 width: 100%; 21 } 22 </style> 23 <div id="absolute"> 24 <input type="text" id="input1" /> 25 </div>