简体   繁体   English

混合应用中的Android Pay

[英]Android Pay in Hybrid Apps

Has anyone had any experience integrating Android Pay in Hybrid Apps? 有没有人有将Android Pay集成到Hybrid Apps中的经验?

To use an example: WebView has an HTML button that should trigger Android Pay workflow. 使用示例:WebView具有一个HTML按钮,该按钮应触发Android Pay工作流程。 How can we trigger MaskedWallet and FullWallet without rendering the button first? 我们如何在不先呈现按钮的情况下触发MaskedWallet和FullWallet?

Its just tricky you can make a custom view in hybrid application and then can implement android pay . 您可以在混合应用程序中创建自定义视图,然后实现android pay,这很棘手。 You have to check first is android pay is installed or not in device if its callback return success then you have to implement android pay functionality. 您必须首先检查是否在设备中安装了android pay,如果其回调返回成功,则必须实现android pay功能。

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

相关问题 适用于混合应用的 Android CSS 的 Google Pay 按钮 - Google Pay Button for Android CSS for hybrid apps 适用于iOS / Android / Windows 8的混合应用程序 - Hybrid apps for iOS/Android/Windows 8 是否有适用于Android混合应用程序的工具如Firebug - Is there a tool like firebug for android hybrid apps 测试混合Android应用(获取WebView组件) - Testing Hybrid Android Apps (get WebView components) Android Instant Apps是否可以与Hybrid应用程序集成? - Can Android Instant Apps be integrated with Hybrid app? IOS和Android应用程序是否只考虑Webview混合或Web应用程序? - Are IOS & Android Apps with Webview Only Considered Hybrid, or Web Apps? 在本机应用程序容器(Android,IOS)中为混合应用程序加载外部内容 - Loading external Content for hybrid Apps in Native App Container (Android, IOS) 赛普拉斯能否用于自动化原生和/或混合 iOS/Android 移动应用程序? - Can Cypress be used to automate native and/or hybrid iOS/Android mobile apps? Appium:无法在Android混合应用中使用Xpath定位元素? - Appium: An element could not be located using Xpath in android hybrid apps? 如何使用appium自动化/测试Android混合应用程序? - how to Automate/test Android hybrid apps using appium?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM