div with 100% width inside ons-page
-
when ever i add a div with style="width : 100% " inside the <ons-page > , width of the div became over the width of ons page
,
.
-
@Saeedpadyab, check the index.html viewport meta tag.
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no">
-
@Saeedpadyab That’s weird. Are you also adding
margin
somewhere? Margins don’t work as expected withwidth:100%
.