Skip to content

Commit

Permalink
update app links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Wu committed Feb 22, 2024
1 parent 5ff3a74 commit f4996c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions other_apps/test_areas/app_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ <h2>Should Cannot Open</h2>

<h2>Android / App Link</h2>

<a href="example://hello-world?a=1&b=2">example://hello-world?a=1&b=2</a>
<a href="jayappscheme://hello-world">jayappscheme://hello-world</a>
<a href="jayappscheme://hello-world?a=1&b=2">jayappscheme://hello-world?a=1&b=2</a>

<h2>Info</h2>

Expand All @@ -46,7 +47,6 @@ <h2>Info</h2>
</li>
</ul>


<script>
window.onload = async () => {
if (navigator.getInstalledRelatedApps) {
Expand Down

0 comments on commit f4996c8

Please sign in to comment.