Skip to content

Instantly share code, notes, and snippets.

@Natgho
Created January 22, 2021 12:18
Show Gist options
  • Save Natgho/dd7ff3ce4f1f46b3ba0136b487539089 to your computer and use it in GitHub Desktop.
Save Natgho/dd7ff3ce4f1f46b3ba0136b487539089 to your computer and use it in GitHub Desktop.
firstPageofApp.hml
<swiper class="container" index="{{index}}">
<div class="swiper-item first-page">
<div class="first-page-content">
<text class="title">
Konumunuz: {{latlon}}
</text>
<text class="title">
Dogruluk: {{accuracy}}
</text>
<text class="title">
Batarya Durumu: {{battery}}
</text>
<input type="button" class="btn" value="Guncelle" onclick="updateData"/>
</div>
</div>
<div class="swiper-item second-page">
</div>
<div class="swiper-item third-page third-page-content">
</div>
<div class="swiper-item fourth-page">
</div>
</swiper>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment