gpt4 book ai didi

android - 适用于 Android 的应用程序横幅 (smartbanner.js)

转载 作者:可可西里 更新时间:2023-11-01 11:29:44 26 4
gpt4 key购买 nike

在一个空的 HTML 页面中,我尝试显示一个包含我的应用程序链接的横幅

我用这个作为教程: http://www.dunnsolutions.com/content/application-development-blog/-/blogs/smart-app-banners-for-ios-and-android

目前,我只是尝试让它在本地工作,在一个空页面中。这是我的页面:

<html>
<head>
<title>Hulu Plus</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="author" content="Hulu LLC">
<meta name="google-play-app" content="app-id=MyAppIdIsHere">
<link rel="stylesheet" href="jquery.smartbanner.css" type="text/css" media="screen">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="jquery.smartbanner.js"></script>
<script type="text/javascript">
$(function () {
$.smartbanner({
title: 'Audience Opinion',
author: 'Dunn Solutions Group'
});
})
</script>
</head>
<body>
</body>
</html>

我的 html 页面和 js/css 文件位于同一个文件夹中。没有路径问题。

有谁知道为什么这段代码不起作用?提前致谢!

最佳答案

默认选项是仅在 Android 或 iOS 设备上显示栏。如果您在桌面上打开该页面,则不会出现任何内容。您可以将“force”选项设置为“windows”,以便它显示在您的桌面上。

$(function () { $.smartbanner({ daysHidden: 0, daysReminder: 0, title:'Hulu', force:'windows' }) })

所有其他选项都可以在 github 页面上找到:https://github.com/jasny/jquery.smartbanner

关于android - 适用于 Android 的应用程序横幅 (smartbanner.js),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23784878/

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