gpt4 book ai didi

javascript - 在移动浏览器中打开时,是否可以从 React 应用程序重定向到已安装的 Flutter 应用程序页面

转载 作者:行者123 更新时间:2023-12-05 07:19:27 24 4
gpt4 key购买 nike

当网络应用程序在移动浏览器中打开时,是否可以从 react-Js 网络应用程序重定向到 flutter 安装的移动应用程序,如果可能的话?

我已经阅读了所有 flutter 插件,这些插件允许从浏览器重定向到 web,但实际上我想从浏览器重定向到 flutter 移动应用程序。

最佳答案

如果你只是想打开应用程序,你可以使用以下(我以 instagram 应用程序为例)-

安卓

const url =
"intent://instagram.com/#Intent;scheme=https;package=com.instagram.android;end";

window.location.replace(url);

将 URL 和包名分别替换为您网站的 URL 和 App 的包名。

苹果

window.location.replace("instagram://");

instagram 替换为您在 App Store 中的应用名称。

关于javascript - 在移动浏览器中打开时,是否可以从 React 应用程序重定向到已安装的 Flutter 应用程序页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57789260/

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