- Screen name: triswooduk
triswooduk's Profile
2 Posts
0 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
Hello. I realise that 1.3 is still a beta realise but was wondering if anyone is having the same issue as myself and had any solution.
For the panels to work the page content must be contained within the data-role="content" container.
However, I am using some API's like twitter which call up content into data-role="content" container, and I also have ad tags in the container. Both of these use javascript and both disable the jQuery mobile platform. I can only get either of these features running in the platform with panels enabled from the first data-role="header" container.
Here is an example of my code that is disabling the jqm framework. Many thanks.
<div data-role="page" class="ui-responsive-panel">
<div data-role="header">
<h1>Title</h1>
</div><!-- /header --><div data-role="content">
<script language="javascript">
<!--
document.write('<scr'+'ipt language="#"></scri'+'pt>');
//-->
</div><!-- /content --><div data-role="footer">
footer text
</div><!-- /footer --><div data-role="panel" data-display="reveal" id="nav-panel">
<ul data-role="listview">
<li>link</li>
<li>link</li>
</div><!-- /panel --></div><!-- /page -->
- Hi. I have a long accordian list which fills more than the screen. The issue is that i cannot scroll to the lower lists without opening the accordian that was touched to scroll.
In pure list view you can do this as it allows at least half a second touch before activating.
My question is how can i adjust the touch sensitivty for the collapsible to allow scroling.
Many thanks.- «Prev
- Next »
Moderate user : triswooduk



