简体   繁体   English

从移动网络浏览器(Chrome)启动Aurasma和QR扫描仪应用程序

[英]Launching the Aurasma & QR Scanner app from mobile web browser (Chrome)

I have built a website which will be used at a brand launch event as the user dashboard. 我建立了一个网站,该网站将在品牌发布会上用作用户仪表板。 Each user will get an android tablet and the browser with the website will be locked as the main screen. 每个用户都将获得一个Android平板电脑,带有网站的浏览器将被锁定为主屏幕。

From there I have 2 links which they need to click on to access: Aurasma, and a QR code scanner. 从那里,我有2个链接,他们需要单击它们才能访问:Aurasma和QR码扫描仪。

I am wondering if there is a simple, clean solution for when they click the logo image that the app will launch on their tablet.I have tried all the other solutions and jQuery plug in and googled as much as I could but nothing worked. 我想知道当他们单击应用程序将在平板电脑上启动的徽标图像时是否有一个简单,干净的解决方案。我尝试了所有其他解决方案,并使用jQuery插件和Google进行了尽可能多的Google搜索,但没有任何效果。

<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>

Thank you for your help. 谢谢您的帮助。

Any URL starting aurasma: should open the Aurasma app. 任何以aurasma:开头的aurasma:应打开Aurasma应用程序。

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. 此外,任何http://auras.ma/s/xxxxx Aura共享链接(在应用程序内或通过Aurasma Studio生成)也应打开该应用程序,并导致该应用程序预加载共享内容。 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. 另请注意,Aurasma具有内置的QR扫描仪,因此您不需要单独的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从Android Web视图启动QR扫描仪,并使用Xamarin返回扫描结果 - Launching a QR scanner from Android web view and returning the scanned result using Xamarin 网络浏览器:如何调用安卓应用二维码扫描器来获取扫描结果 - web browser: how to invoke android app QR code scanner to get scanned results Adobe Flex Mobile 4.6-从浏览器启动应用程序 - Adobe Flex Mobile 4.6 - Launching app from browser 通过Chrome浏览器中的网址启动Android应用 - Launching Android App from through url from Chrome browser 提示用户从移动浏览器中选择其扫描仪应用程序 - Prompting user to select their scanner app from a mobile browser 如何在网站中使用 jquery/javascript 检测从 web 浏览器(chrome)或 webview(移动应用程序)打开的 url? - How to detect the url opening from web browser(chrome) or webview(mobile app) using jquery/javascript in the website? 从移动应用程序技术启动移动应用程序 - Launching mobile app from mobile app techniques 如何将用户从移动应用重定向到移动Web浏览器? - How to redirect user to mobile web browser from mobile app? 从移动浏览器启动SIP客户端 - Launching a sip client from a Mobile Browser 将QR扫描仪集成到Android应用 - Integrating QR scanner to Android app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM