Hello,
i wanted to ask if Tizen support splash screen and is there some tutorials here O:) thank you
Also and SO URGENT please : i tried to use Accordion code of JQuery Mobile 1.4.0 Alpha 2, but it has some problems in tizen :(
it work only if i remove this :
<link rel="stylesheet"
href="tizen-web-ui-fw/latest/themes/tizen-white/tizen-web-ui-fw-theme.css" name="tizen-theme" />
<title>Taxis Bleux</title>
<!--NOTE:
jquery.js and web-ui-fw.js must be included.
DO NOT REMOVE below code!
-->
<script src="tizen-web-ui-fw/latest/js/jquery.js"></script>
<script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw-libs.js"></script>
<script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw.js"
data-framework-theme="tizen-white"></script>
here is the accordion code :
<div data-role="collapsible-set" data-theme="a" data-content-theme="a"> <div data-role="collapsible"> <h3>Section 1</h3> <p>I'm the collapsible content for section 1</p> </div> <div data-role="collapsible"> <h3>Section 2</h3> <p>I'm the collapsible content for section 2</p> </div> <div data-role="collapsible"> <h3>Section 3</h3> <p>I'm the collapsible content for section 3</p> </div></div>Any other alternative for tizen ???
thank you