简体   繁体   English

安装在手机上时打开 android 或 IOS 应用程序以存储在 Mendix PWA 中

[英]Opening android or IOS apps when it is installed on phone else to store in Mendix PWA

I build a PWA in Mendix.我在 Mendix 中构建了一个 PWA。 Now i try to achieve to open an app direclty based on android or ios agent.现在我尝试实现直接打开一个基于android或ios代理的应用程序。 Now i just redirect to the diffrent appstors.现在我只是重定向到不同的应用程序。 But is there a possibility to open an app direclty by its package name?但是有没有可能通过它的包名直接打开一个应用程序?

I read alot about intents and some javascript function but when i copy paste them my compiler in Mendix said there is a compiling error on Intent function.我读了很多关于意图和一些 javascript 函数的内容,但是当我复制粘贴它们时,我在 Mendix 中的编译器说 Intent 函数存在编译错误。 Do i need to import something else?我需要导入其他东西吗?

Is it even possible to open apps directly from a PWA (on mobile ofcourse) on the phone?是否可以直接从手机上的 PWA(当然是在移动设备上)打开应用程序?

对于安卓我使用:

location.href = "market://launch?id=" + incoming_obj;

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

相关问题 更新 iOS 中安装的 PWA - Update installed PWA in iOS 是否可以在android / ios本机应用程序中运行PWA? - Is it possible to run PWA inside android/ios native apps? PWA 与 Android 应用程序/服务的互操作性? - PWA interoperability with Android apps/services? PWA 未显示在 Android 应用程序抽屉中 - PWA not showing in Android apps drawer 如何检查我的 React PWA 是否已安装在设备(桌面/Android/IOS)上以自定义用户体验? - How to check whether my React PWA is already installed on the device(Desktop/Android/IOS) to customize the user Experience? 如何检测 IOS 上是否已安装 PWA - How to detect if PWA is already installed on IOS 是否可以在 PWA 启动或在 iOS Safari 中的应用程序之间切换时获取事件 - Is it possible to get an event when PWA is starting or being switching between apps in iOS safari target="_blank" 链接在 PWA 中打开,而不是在 Android 的浏览器中打开 - target="_blank" link opening in PWA and not in browser in Android Chrome 打开网站时会自动打开 PWA - Chrome opens PWA automatically when opening the site PWA - Android、iOS、MacOS、Windows 商店、Chrome 添加到主屏幕 - 多域多租户应用程序的问题 - PWA - Android, iOS, MacOS, Windows Store, Chrome Add to Home Screen - Problems with multi tenancy app with multi domains
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM