- 如何能在webview网页内执行pdf文件下载功能
写在前面:我想下载PDF、Word类似的文件。 我知道小程序是自带下载功能的, 想问下能否在webview内嵌的网页使用到小程序的下载能力? 有人有这样的实践吗? 注:我的需求是这样的: 我有一个被嵌入在小程序webview内的网页,网页上有一个下载按钮,我想点击这个按钮实现下载功能。 上面是我的想法,如果有其他的方式实现,请赐教。
2018-12-09 - 全页面插件 page页面 是否支持 onload 等生命周期?
hi, 我想问 全页面插件 page页面 是否支持 onload 等生命周期? 找了官方文档 没有提到page页面是否支持,只看到了component中可以有生命周期。 谢谢,下面是文档 https://developers.weixin.qq.com/miniprogram/dev/framework/plugin/
2018-09-14 - Windows下开发者工具HTTP上传 path is not defined
环境:windows端 v1.02.1808172 尝试过的路径格式: D:\大连\dist\烟台 D:\abtest\dist\myself123 D:\\daasdadad\\dist\\xxx9123name D:/大连/dist/烟台 D:/abtest/dist/myself123 调用方法: [图片] 上传请求url: http://127.0.0.1:${port}/upload?projectpath=${encodeURIComponent(distPath.replace('\\','/'))}&version=v1.0.0&desc=test 结果:{"code":40000,"error":"错误 ReferenceError: path is not defined"} 求解:什么路径格式可以上传?
2018-08-22