mipengine / mip

[Deprecated] 请查看 mip2
https://www.mipengine.org/
MIT License
380 stars 81 forks source link

关于使用mip-app-banner App 吊起组件问题 #251

Closed PLDaily closed 6 years ago

PLDaily commented 6 years ago

安卓下使用没有反应。

2017-12-13 2 30 30

这里的结果页和非结果页是什么意思,是安卓下不支持? 前面写着布局支持

2017-12-13 2 31 52

后面写的只支持什么鬼

2017-12-13 2 32 14

文档里写着解析manifest.json里面的app-id

2017-12-13 2 35 49

但是 manifest.json 给的示例里都没有app-id这个选项。

2017-12-13 2 36 31

有具体的示例可供参考吗。。

PLDaily commented 6 years ago

谷歌手机调试在安卓下什么都不显示

2017-12-13 2 53 58

在ios下显示ya样式也错乱了

2017-12-13 2 54 24

我的代码

<!DOCTYPE html>
<html mip>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no,minimum-scale=1,maximum-scale=1" />
    <link rel="stylesheet" type="text/css" href="https://mipcache.bdstatic.com/static/v1/mip.css">
    <title>title</title>
    <meta name="apple-itunes-app" content="app-id=452186370, app-argument=baidumap://">
    <link rel="manifest" href="https://oa.52liuda.com/manifest.json">
</head>
<body>
<div id="container">
    <mip-app-banner id="my-app-banner" layout="nodisplay">
        <button open-button>打开app</button>
    </mip-app-banner>
</div>
<script src="https://mipcache.bdstatic.com/static/v1/mip.js"></script>
<script src="https://mipcache.bdstatic.com/static/v1/mip-app-banner/mip-app-banner.js"></script>
</body>
</html>
wupengFEX commented 6 years ago

@PLDaily 感谢提出问题,问题迁移到这里,我们会梳理一遍文档和功能,届时对应的问题会在对应issue里同步。