Jquery Mobile - on initial load of website the data-role="controlgroup" doesn't display correctly -
sample code below displays single multi button on pages unless page loaded directly not via ajax. first time site load, buttons display 3 individual buttons, after initial load, displays correctly. applies page load website from. runs jquery mobile 1.2.0.
<div data-role="footer" data-theme="a" data-position="fixed"> <div data-role="controlgroup" data-type="horizontal" style="text-align:center;"> <a href="tel:0000000000" data-role="button" data-icon="grid" data-inline="true" data-theme="b">call us</a> <a href="http://www.website.com/" data-icon="star" data-role="button" data-inline="true" data-theme="b">full website</a> <a href="https://login.website.com/" data-icon="gear" data-role="button" data-inline="true" data-theme="b">login</a> </div> </div>
upgrading 1.2.0 1.3.2 solved issue :/
Comments
Post a Comment