css - Kendo Mobile - Modal View not resizing to height of contents -
i'm using kendo mobile , testing modal view out. goal have height of modal view auto resize contents within it.
here have:
<div id="mpopover" data-role="modalview" style="width: 95%; height: auto;"> <div data-role="content"> <ul data-role="listview"> <li>...</li> . . . </ul> </div> </div>
this works expected on mobile browsers i've tested (android 2.3 stock browser, firefox, dolphin)... except opera mobile. know opera isn't claimed supported, have clue why inline height value isn't beingness respected same in opera mobile? see opera mobile lean strip of modal view.
i using latest kendo ui mobile, jquery, , opera mobile browser android 2.3.
thank you
kendo ui mobile doesn't claim back upwards of opera mobile - many things broken there. there several reasons - flexbox (now supported in latest opera), inability remove tap outline , horrible css transitions/transforms performance.
css html5 kendo-ui modal-view
No comments:
Post a Comment