Giter VIP home page Giter VIP logo

Comments (8)

suanmei avatar suanmei commented on May 18, 2024 1

你们可以直接扔一个页面到服务器对应的目录下,或者做一个重定向

from callapp-lib.

suanmei avatar suanmei commented on May 18, 2024

是这样的,universalLink 的处理逻辑是如果这个链接发现是可以唤起app的(在苹果开发者中心配置了并且手机上安装了app),则唤起app,如果不可以,则把universalLink地址当做一个页面url来打开

from callapp-lib.

draculapile avatar draculapile commented on May 18, 2024

是这样的,universalLink 的处理逻辑是如果这个链接发现是可以唤起app的(在苹果开发者中心配置了并且手机上安装了app),则唤起app,如果不可以,则把universalLink地址当做一个页面url来打开

ok,那我在下面加了 checkOpenFall = this.fallToAppStore 这行应该是可行的吧

from callapp-lib.

suanmei avatar suanmei commented on May 18, 2024

不行的,跳转开始了之后,eventLoop中的事件(setTimeout里的回调函数)就没机会执行了

from callapp-lib.

draculapile avatar draculapile commented on May 18, 2024

不行的,跳转开始了之后,eventLoop中的事件(setTimeout里的回调函数)就没机会执行了

"如果不可以,则把universalLink地址当做一个页面url来打开",就是看 generateUniversalLink() 的返回值是不是能唤起 app 对吧,这里面做的拼接 URL格式 ,要跟 iOS 的同学协定好,是这个意思嘛

from callapp-lib.

suanmei avatar suanmei commented on May 18, 2024

是的,这个属于联调工作,但是一定要给 universalLink 指定一个页面,因为 universalLink本身就是一个 url,用户不一定安装了app,所以一定要让universalLink在无法唤起app的情况下,打开它对应的页面

from callapp-lib.

draculapile avatar draculapile commented on May 18, 2024

给 universalLink 指定一个页面

就是 https://域名/xx.html 这种引导下载页或者别的能正常浏览的web页面是么,这个配置是web这边来配?在哪里写啊

from callapp-lib.

draculapile avatar draculapile commented on May 18, 2024

你们可以直接扔一个页面到服务器对应的目录下,或者做一个重定向

ok 十分感谢

from callapp-lib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.