@VinceOPS wrote:
Hi everyone,
My side menu refuses to open on swiping if it contains some text marked as "strong".
<ion-side-menus class="story" enable-menu-with-back-views="true">
<ion-side-menu side="left" class="story-side-menu">
<ul class="list">
<a class="item item-icon-left" ui-sref="menu">
<i class="icon ion-ios-arrow-back"></i>
<strong>Menu</strong>
</a>
<li class="item">1 ...</li>
<li class="item">2 ...</li>
</ul>
</ion-side-menu>The ul goes up to 9 list items. If I remove the "strong" markup and use CSS to make the text bold, the side menu opens again on swipe. Not a big deal for me, thus.
Hope it helps
!
EDIT
It seems that the issue is still present... So it wasn't because of the "strong" mark.... It's embarassing! Anyone having the same issue? (Side menu randomly [probably due to navigation history] not opening on swipe)
Posts: 1
Participants: 1