企业微信内H5网页分享微信好友ios正常安卓自定义标题、图标、未生效

问题类型 API/组件名称 终端类型 微信版本 基础库版本 Bug 'onMenuShareWeibo', 'onMenuShareWechat', 'onMenuShareTimeline', 'onMenuShareAppMessage' 微信安卓客户端 3.0.25.13066 Android5.0.2

ios分享表现:自定义标题、描述、图标均正常展示,如下:

android分享表现:自定义标题、描述、图标无效,如下:

Problem type API / component name terminal type wechat version basic library version bug 'onmenushareweibo','onmenusharewechat ','onmenusharetimeline', 'onmenushareappmessage' wechat Android client 3.0.25.13066 Android 5.0.2 IOS sharing performance: custom title, description and icon are displayed normally, as follows: Android sharing performance: custom title, description and icon are invalid, as follows: code fragment wx.ready (function () { wx.hideMenuItems ({ menuList: [' menuItem:copyUrl '] / / the menu item to hide}); Var sharedata = {Title: 'high quality supply information', desc: 'aggregate resources','link','imgurl ','; wx.onMenuShareAppMessage ({/ / "share with friends" and "share to QQ" title: shareData.title , / / share Title desc: shareData.desc , / / share description link: shareData.link , / / share links, which must be consistent with the official account JS security domain corresponding to the current page, imgUrl: shareData.imgUrl , / / sharing icon success: function() {/ / set successfully}}) wx.onMenuShareWechat ({ title: shareData.title , / / share Title desc: shareData.desc , / / share description link: shareData.link , / / share links, which must be consistent with the official account JS security domain corresponding to the current page, imgUrl: shareData.imgUrl , / / sharing icon success: function() {/ / set successfully}}) wx.onMenuShareTimeline ({ title: shareData.title , / / share Title desc: shareData.desc , / / share description link: shareData.link , / / share links, which must be consistent with the official account JS security domain corresponding to the current page, imgUrl: shareData.imgUrl , / / sharing icon success: function() {/ / the callback function executed after the user confirms the sharing console.log ('success')}, cancel: function() {/ / callback function executed after user cancels sharing}}) wx.updateAppMessageShareData ({ title: shareData.title , / / share Title desc: shareData.desc , / / share description link: shareData.link / / share links, which must be consistent with the official account JS security domain corresponding to the current page, imgUrl: shareData.imgUrl , / / sharing icon success: function() {/ / set successfully}}) wx.updateTimelineShareData ({ title: shareData.title , / / share title desc: shareData.desc , / / share description link: shareData.link / / share links, which must be consistent with the official account JS security domain corresponding to the current page, imgUrl: shareData.imgUrl , / / share icon success: function() {/ / set successfully}})})

回答:

企业微信运营专员-千夜:

您好,可以提供下

Corpid:

问题成员手机号:

调用接口:

出现问题时间点(具体到月日时分):

我们排查下

Android微信浏览器标题,企业微信内H5网页分享微信好友ios正常安卓自定义标题、图标、未生效...相关推荐

  1. 微信公众号 - 实现 H5 网页在微信内置浏览器中下载文件,可预览和下载 office 文件(doc / xls / ppt / pdf 等)适用于任何前端技术栈网站,兼容安卓和苹果系统!

    前言 网上的教程都是让你写页面 "引导" 右上角三个点里,让用户自己去浏览器打开,其实这样用户体验并不好. 本文实现了 最新微信公众号 H5 网页(微信内置浏览器中),预览下载 o ...

  2. Android微信h5分享,H5网页实现微信分享功能

    H5网页实现微信分享功能 一,首先在公众号管理后台"公众号设置"的"功能设置"里填写JS接口安全域名,域名需要通过ICP备案,没有备案域名可以用SAE.BAE等 ...

  3. 微信浏览器与企业微信浏览器user agent比较

    iphone 6 plus中微信浏览器与企业微信浏览器截取的ua 企业微信: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) ...

  4. app端内h5页面使用微信h5支付

    app端内h5页面使用微信h5支付 app端内h5页面使用微信h5支付 一.起初使用的方法 二.解决方法 三.最后 app端内h5页面使用微信h5支付 一.起初使用的方法 在对接支付宝支付的时候,我是 ...

  5. 微信小程序,实现内嵌网页的分享

    自从微信小程序支持内嵌网页之后,呼声高涨得不得了.的确,这个确实让我开发我们公司的小程序高效了很多,主要是可以引入现有的功能完整的普通网页. 需求是这样子的:小程序启动授权等操作成功后直接跳转到内嵌网 ...

  6. 微信小程序跳转到H5网页

    小程序是一种不用下载就能使用的应用,也是一项门槛非常高的创新,经过将近两年的发展,已经构造了新的小程序开发环境和开发者生态.小程序也是这么多年来中国IT行业里一个真正能够影响到普通程序员的创新成果,现 ...

  7. APP内嵌网页使用微信或支付宝的H5支付

    如何绕过微信或支付宝的H5支付的拦截验证?下面我们从本质上来说明该如何解决这个问题. 微信和支付宝的H5支付下单成功后都会返回一个跳转支付的url连接,通过这个连接可以拉起微信或支付宝进行支付操作. ...

  8. 苹果微信浏览器html缓存图片吗,h5清理微信浏览器网页缓存

    前言: 缓存这个问题的出现,真真切切的感受到微信浏览器这鬼东西对前端程序员充满了恶意,捋捋自己的发型,甚是恐慌(顿时有种想转php的冲动,有木有). 解决方案: 出现缓存问题导致用户出现很多车祸现场( ...

  9. 微信浏览器video标签没有封面_video 标签在微信浏览器的问题解决方法

    最近做的些web页面,内嵌许多小视频,在ios和安卓手机上播放时,遇到不少问题: 在微信浏览器内播放时,视频会自动全屏 解决办法: 给video标签加一些属性,调用h5原生video,我写了个例子,加 ...

最新文章

  1. Makefile笔记之二------make的递归执行
  2. 基于Dockerfile 构建redis5.0.0(包括持久化)及RedisDestopManager 监控
  3. Python语言学习:利用python语言实现调用内部命令(python调用Shell脚本)—命令提示符cmd的几种方法
  4. 中压缩数组_Java稀梳数组,什么是稀梳数组?为什么使用稀梳数组?
  5. another rejection from Cambridge MPhil in Management
  6. 2017年第八届蓝桥杯C/C++ A组国赛 —— 第一题:平方十位数
  7. C#操作Excel总结
  8. halcon车刀崩边检测
  9. 51 FI配置-财务会计-固定资产-折旧-维护期间控制方法
  10. 数学基础 —— 线性代数
  11. 可以单独打开anaconda中的python莫?_Python入门必备,大数据,人工智能编程必备软件-Anaconda...
  12. DIV CSS BackGround属性研究
  13. 【LeetCode】【数组】题号:495,提莫攻击
  14. 日语简历在线做成下载的网站(收藏)不同职业日语简历模板下载免费
  15. Python生成exe可执行文件
  16. CUDA开源 轻松跑AMD GPU/Intel x86 CPU
  17. matlab解决力学问题程序,力学专业程序实践:用MATLAB解决力学问题的方法与实例...
  18. 【vscode】vscode常用插件介绍
  19. 售前工作过程展示6“差点去了津巴布韦“
  20. Windows的SSH密钥获取

热门文章

  1. 利用官方工具U盘安装WIN10
  2. 【AI目标检测】VOC格式数据集转换为DOTA类型数据集
  3. tgp饥荒搭建服务器证书,饥荒tgp搭建服务器证书不存在怎么办 联机服务器证书不存在解决...
  4. Flutter疑难杂症之ios无法播放视频
  5. cmd怎么从c盘切换到D盘到指定文件夹
  6. C 提示 头文件中 expected initializer before int/void
  7. 市面上的万词霸屏具体是什么,有效果吗?给大家剖析
  8. 【C/C++基础】C语言转义字符表
  9. No space left on device 解决Linux系统磁盘空间满的办法
  10. 微信“史诗级”更新,小而美终于回来啦~