Swipe left with open panel function without using button

Hi, I’m using the latest version of f7. I try to add panel with giving swipe left detecting function.

Please help me to put left panel with swipe event.

This is I put code in index file.

<div class="panel panel-left panel-cover panel-init theme-dark" id="panel-nested"
      data-container-el="#panel-page" style="width: 100%;">

      <div class="page" >

        <div class="page-content">

          <div class="block block-strong">

            <p>This is page-nested Panel.</p>

            <p><a href="#" class="panel-close">Close me</a></p>

          </div>

        </div>

      </div>

</div>

.panel { min-width: 100%; max-width: 90vw; }

add data-swipe="true" to the panel element

Thanks a lot :heart_eyes: :heart_eyes: It is worked. But Dear nolimits4web, I need do that action only in my swipe slide 1 page. not only all pages. please help me to resolve this situation.