admin管理员组

文章数量:1122847

Android users are seeing this "install app" prompt when visiting our site via mobile browser. What can I do within my Wordpress install or theme to disable this annoying popup from appearing?

Android users are seeing this "install app" prompt when visiting our site via mobile browser. What can I do within my Wordpress install or theme to disable this annoying popup from appearing?

Share Improve this question asked Aug 8, 2024 at 14:44 ow3now3n 1136 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 3

I suspect this block of code is the reason:

<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Tarheel Trailblazers - ">

Search your codebase first, your database second, for the source of that code, and remove or disable it.

本文标签: androidDisable popup to install app in mobile browser