当前位置:网站首页>uniapp的webview滑动缩放
uniapp的webview滑动缩放
2022-08-03 16:00:00 【spring-java】
直接上代码
<template>
<view>
<web-view :src="svgUrl" @message="message"></web-view>
</view>
</template>
var wv;
export default {
data() {
return {
svgUrl:“”
}
},
onShow() {
plus.navigator.setFullscreen(true)
},
onUnload() {
plus.navigator.setFullscreen(false)
},
onReady() {
let currentWebview = this.$mp.page.$getAppWebview() //获取当前页面的webview对象
setTimeout(function() {
wv = currentWebview.children()[0]
wv.setStyle({
scalable: true
})
}, 1000); //如果是页面初始化调用时,需要延时一下
},
methods: {
}
}
边栏推荐
- 面了个腾讯35k出来的,他让我见识到什么叫精通MySQL调优
- 基于DMS的数仓智能运维服务,知多少?
- How much do you know about the intelligent operation and maintenance service of data warehouse based on DMS?
- Awesome!Coroutines are finally here!Thread is about to be in the past
- 1、实例开启无锁表结构变更以后,在任务编排中通过“单实例SQL”节点进行的结构变更,是优先采用无锁表
- 我在滴滴做开源
- 20. Valid Parentheses
- 机器人开发--Universal Scene Description(USD)
- Optimal Power Flow (OPF) for High Voltage Direct Current (HVDC) (Matlab code implementation)
- Research on power flow in DC microgrid based on Newton's method (Matlab code implementation)
猜你喜欢
深度学习GPU最全对比,到底谁才是性价比之王?
Common distributed theories (CAP, BASE) and consensus protocols (Gosssip, Raft)
一文看懂推荐系统:召回02:Swing 模型,和itemCF很相似,区别在于计算相似度的方法不一样
ECCV 2022 | 基于关系查询的时序动作检测方法
Small Tools(4) 整合Seata1.5.2分布式事务
DAYU200 OpenHarmony标准系统HDMI全屏显示
ffplay视频播放原理分析
AWS China SDN Connector
STM32 GPIO LED and buzzer implementation [Day 4]
STM32的HAL和LL库区别和性能对比
随机推荐
建造者模式/生成器模式
基于DMS的数仓智能运维服务,知多少?
如何使用MATLAB绘制极坐标堆叠柱状图
[QT] Qt project demo: data is displayed on the ui interface, double-click the mouse to display specific information in a pop-up window
49 万奖金等你来拿!第四届实时计算 Flink 挑战赛启动,Beyond Stream Processing!
Optimal Power Flow (OPF) for High Voltage Direct Current (HVDC) (Matlab code implementation)
MySQL性能优化_小表驱动大表
mysql delete 执行报错:You can‘t specify target table ‘doctor_info‘ for update in FROM clause
袁小林:沃尔沃专注于出行的安全感,并且把它做到极致
Yuan xiaolin: Volvo focus on travel security, and put it perfectly
MATLAB gcf figure save image with black background/transparent background
使用VS Code搭建ESP-IDF环境
想进阿里?先来搞懂一下分布式事务
我在滴滴做开源
MPLS的wpn实验
【翻译】关于扩容一个百万级别用户系统的六个课程
MATLAB gcf图窗保存图像,黑色背景/透明背景
spark入门学习-1
AWS China SDN Connector
Introduction to spark learning - 1