Hello everyone,
I am trying to run this code snippet into a web application:
=======================================================
<div data-role="footer" data-position="fixed">
<div data-role="button" data-inline="true" onclick="goletf()" data-icon="arrow-l"></div>
<div data-role="button" data-inline="true" onclick="goup()" data-icon="arrow-u"></div>
<div data-role="button" data-inline="true" onclick="validpos()" data-icon="check"></div>
<div data-role="button" data-inline="true" onclick="godown()" data-icon="arrow-d"></div>
<div data-role="button" data-inline="true" onclick="goright()" data-icon="arrow-r"></div>
</div>
=======================================================
the problem is that when I run it with emulator the icons are not shown in the footer!
What should I do?
Thanks in advance.