这是不是一个编程问题,但是一个可用性。
新闻网站example.com有一个烦人的习惯:当我遵循一篇文章的链接时,该网站首先展示一个弹出的话说"来使用我们的应用程序!" 所以我做到了,但文章链接仍然打开Web浏览器,仍会提出弹出弹出窗口。
我想用app开发人员提交一个错误。该应用程序是否旨在消耗以 http://example.com/
开头的所有URL? (否则我会抱怨网站设计师。)
这是不是一个编程问题,但是一个可用性。
新闻网站example.com有一个烦人的习惯:当我遵循一篇文章的链接时,该网站首先展示一个弹出的话说"来使用我们的应用程序!" 所以我做到了,但文章链接仍然打开Web浏览器,仍会提出弹出弹出窗口。
我想用app开发人员提交一个错误。该应用程序是否旨在消耗以 http://example.com/
开头的所有URL? (否则我会抱怨网站设计师。)
This is not a programming question but a usability one.
News site example.com has an annoying habit: when I follow a link to an article, the site first displays a pop-up saying xe2x80x9ccome use our app instead!xe2x80x9d So I did, but article links still open the web browser, and still bring up that pop-up.
Ixe2x80x99d like to file a bug with the app developer. Could the app have been designed to consume all URLs beginning with http://example.com/
? (Otherwise Ixe2x80x99ll complain to the web site designers.)
您描述的是在Android Parlance中称为"意图过滤器" ,yes - android通过 <data>
元素在应用程序的清单文件中。您可以将它们指向错误报告中的文档链接。您还可以在堆栈溢出上找到具有一些相关代码样本的示例:
What you're describing is generally referred to in Android parlance as an "intent filter", and yes - Android supports this via the <data>
element in the application's manifest file. You could point them to that documentation link in your bug report. You can also find examples on Stack Overflow with some relevant code samples:
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有