1

我已经建立了一个网站,将在品牌发布活动中用作用户仪表板。每个用户将获得一台安卓平板电脑,并且带有该网站的浏览器将被锁定为主屏幕。

从那里我有 2 个链接,他们需要单击才能访问:Aurasma 和 QR 码扫描仪。

我想知道当他们单击应用程序将在他们的平板电脑上启动的徽标图像时是否有一个简单、干净的解决方案。我已经尝试了所有其他解决方案和 jQuery 插件并尽可能多地搜索,但没有任何效果。

<div class="row">
<div class="col-lg-2 col-md-2 col-sm-2 text-center"> 
<p>Aurasma Scanner</p><hr>
<img class="img-responsive" src="img/aurasma_logo.png"></img>

</div>
 <div class="col-lg-2 col-md-2 col-sm-2 text-center">
<p>Qr Code Scanner</p><hr>
<a href="https://play.google.com/store/apps/details?id=me.scan.android.client&hl=en" target="_blank"><img class="img-responsive" src="img/qr_logo.png"></img></a>
</div>

谢谢您的帮助。

4

1 回答 1

0

Any URL starting aurasma: should open the Aurasma app.

Also, any http://auras.ma/s/xxxxx Aura share link (generated in-app or via Aurasma Studio) should also open the app, and cause the app to pre-load the shared content. Note that "screenshot" share links have the same format, but will open in the browser instead.

Note also that Aurasma has a built-in QR scanner, so you don't need a separate app for that.

于 2016-05-20T15:50:51.713 回答