gpt4 book ai didi

javascript - 如何在浏览器中调用原生 Android 应用程序

转载 作者:行者123 更新时间:2023-11-28 09:30:12 24 4
gpt4 key购买 nike

我在 Android 中有一个磁卡读卡器代码,我想在浏览器中访问此应用程序(通过 javascript)或使用 HTML5 getUserMedia() API 从卡中刷卡并获取通过 JavaScript 获取卡信息。有办法做到这一点吗?请分享示例代码,如果您有...

编辑:我提到了这个链接: Jquery Mobile Web: Is Calling Native Apps possible?

我不知道如何在我的脚本中使用它:myapp://myparam

我将此代码添加到我的 list 文件中,

<intent-filter>
<action android:name="android.intent.action.VIEW" >
</action>

<category android:name="android.intent.category.DEFAULT" >
</category>
<category android:name="android.intent.category.BROWSABLE" >
</category>

<data
android:host="http://market.android.com/"
android:scheme="http" >
</data>


</intent-filter>

如何在浏览器中启动此应用程序(即链接)...

最佳答案

i want to access this app into a browser (via javascript) or using HTML5 getUserMedia() API to get a swipe from the card and get the card information through JavaScript. Any way to do this?

不在应用程序级别。您可以通过超链接启动读卡器应用程序,但无法在 JavaScript 中返回结果。正如其他人在评论中指出的那样,您将需要实现一个包含您的阅读器代码的 PhoneGap 扩展。

关于javascript - 如何在浏览器中调用原生 Android 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13816951/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com