我有問題試圖讓後退按鈕顯示在nexted列表中。我可以看到,同樣是發生在你的演示是在這裏:不能返回按鈕嵌套列表
http://jquerymobile.com/test/#/test/docs/lists/lists-nested.html
你可以看到這裏的問題:
http://jquerymobile.com/test/#/test/docs/lists/lists-nested.html&ui-page=Animals-8
或只需點擊任何名單。
這是我的實際問題:
<ul data-role="listview" data-inset="true">';
<li data-icon="info">
<h3 class="ui-li-heading">Heading here</h3>
<p class="ui-li-desc">Author: <strong>some author</strong></p>
<p class="ui-li-desc">Description: <strong>some description</strong></p>
<ul data-role="listview" data-inset="true" data-add-back-btn="true">
<li>sometthing here</li>
</ul>
</li>
</ul>
這是bug還是我我忘了什麼東西?
感謝
UPDATE:又如:
<ul data-role='listview'>
<li>
<li><div>Some Text</div><p>ddd</p>
<ul data-role='listview'>
<li>
some text here
</li>
</ul>
</li>
</li>
</ul>
沒有後退按鈕。我如何使後退按鈕顯示?
嗯,這是混淆。 – Pointy 2011-06-03 14:06:46
後退按鈕是什麼? – 2011-06-03 14:57:35
試試這裏http://stackoverflow.com/questions/6522106/jquery-mobile-nested-list-back-button-gone張貼的解決方案,它幫助我。 – NPC 2011-08-01 11:53:52