Skip to content

Instantly share code, notes, and snippets.

@salmanyaqoob
Created March 29, 2021 07:40
Show Gist options
  • Select an option

  • Save salmanyaqoob/43a4b483866b7970c67a5aef1d470369 to your computer and use it in GitHub Desktop.

Select an option

Save salmanyaqoob/43a4b483866b7970c67a5aef1d470369 to your computer and use it in GitHub Desktop.
Location Error & Retry
<stack if="{{isLocationLoading === false && isLocationError === true}}" class="error-container">
<text class="error_title">Location not fetch. Try again</text>
<div class="button-container">
<button type="circle" icon="/common/images/exit.png" onclick="exit"></button>
<button type="circle" icon="/common/images/refresh.png" onclick="retry"></button>
</div>
</stack>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment