HarmonyOS RichText组件如何取消滚动条
利用RichText组件进行html内容输出,外部内容写了Scroll进行上下拖拉,但是现在RichText组件会在内容上下拖拉,请问如何取消RichText组件的上下拖拉的滚动条。代码如下:
@Entry
@Component
struct Article {
@State data: string =
'<html>\n <head></head>\n<style>p{font-size:50px;}</style>\n <body>\n <p style=\"text-align: center;\">\n <video width="100%" controls>\n <source src="xxxx">\n </video>\n </p>\n <p style="">文本内容 </p>\n <p style=\"text-align:center;\">\n <!--IMAGEARRAY#0--></p>\n <p>文本内容</p>\n <p style=\"text-align:center;\">\n <!--IMAGEARRAY#1--></p>\n <p>文本内容。</p>\n <p style=\"text-align:center;\">\n <!--IMAGEARRAY#2--></p>\n <p>文本内容</p>\n <p>文本内容</p>\n </body>\n</html>';
build() {
Column() {
//头部
Row() {
Image($r('app.media.arrow_left'))
.width('8%')
Column() {
Row({ space: 15 }) {
Image($r('app.media.tts'))
.width('6%')
Column() {
Row({ space: 3 }) {
Row() {
}
.width(4)
.height(4)
.backgroundColor('#9f9f9f')
.borderRadius(50)
Row() {
}
.width(4)
.height(4)
.backgroundColor('#9f9f9f')
.borderRadius(50)
Row() {
}
.width(4)
.height(4)
.borderRadius(50)
.backgroundColor('#9f9f9f')
}
}
}
}.margin({
right: 20
})
.layoutWeight(1)
.alignItems(HorizontalAlign.End)
}
.width('100%')
.height(30)
.margin({
bottom: 20
})
.zIndex(10)
Scroll() {
Column() {
//标题
Text('加快HarmonyOS NEXT正式商用步伐,共建共享鸿蒙新世界')
.fontSize(30)
.fontWeight(600)
.padding({
left: 10,
right: 10
})
.margin({
bottom: 20
})
//来源及发布时间
Row({ space: 15 }) {
Text('HarmonyOS').fontSize(12).fontColor('#9f9f9f')
Text('2024-06-24 17:18').fontSize(12).fontColor('#9f9f9f')
}.width('100%')
.padding({
left: 20
}).margin({
bottom: 40
})
//内容
RichText(this.data)
.onStart(() => {
console.info('RichText onStart');
})
.onComplete(() => {
console.info('RichText onComplete');
})
.margin({
left: 15,
right: 15,
bottom: 20
})
.size({ height: 'auto' })
Text('编辑')
.width('100%')
.padding({
left: 20
})
.fontSize(14)
.fontColor('#9f9f9f')
.margin({
bottom: 10
})
Text('校对')
.width('100%')
.padding({
left: 20
})
.fontSize(14)
.fontColor('#9f9f9f')
.margin({
bottom: 40
})
//点赞
Row() {
Image($r('app.media.27'))
.width(15)
}
.width(100)
.height(40)
.borderWidth(1)
.borderRadius(50)
.borderColor('#9f9f9f')
.justifyContent(FlexAlign.Center)
.margin({
bottom: 50
})
//分享
Text('----- 分享至 -----')
.fontSize(12)
.fontColor('#9f9f9f')
.margin({
bottom: 20
})
//图标
Row() {
Image($r('app.media.05'))
.width(35)
Image($r('app.media.06'))
.width(35)
Image($r('app.media.detail_page_qq'))
.width(35)
Image($r('app.media.07'))
.width(35)
}
.width('100%')
.margin({
bottom: 100
})
.justifyContent(FlexAlign.SpaceEvenly)
}
}
.scrollable(ScrollDirection.Vertical)
.scrollBar(BarState.Auto)
//评论
Row() {
Column() {
Row({ space: 10 }) {
Image($r('app.media.act_write'))
.width(15)
Text('写评论...')
.fontSize(12)
.fontColor('#9f9f9f')
}
.width('80%')
.height(30)
.backgroundColor('#eae8e8')
.borderRadius(50)
.borderWidth(1)
.borderColor('#bcbaba')
.padding({
left: 10
})
}.layoutWeight(1)
Column() {
Row({ space: 15 }) {
Image($r('app.media.circle_comment'))
.width(15)
Image($r('app.media.circle_praise'))
.width(15)
Image($r('app.media.circle_share'))
.width(15)
Image($r('app.media.must_fill'))
.width(15)
}
}.margin({
right: 20
})
}
.position({
bottom: 0
})
.padding({
bottom: 5
})
.width('100%')
.backgroundColor('#ffffff')
.zIndex(11)
}
.width('100%')
.height('100%')
}
}
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
如何获取List组件滚动条滚动的距离
2599浏览 • 1回复 待解决
HarmonyOS 如何隐藏Web组件的滚动条?
548浏览 • 2回复 待解决
HarmonyOS Scroll组件的滚动条怎么隐藏
24浏览 • 1回复 待解决
如何订阅List组件中滚动条到底端的事件
1786浏览 • 1回复 待解决
如何自定义滚动条的样式?
621浏览 • 1回复 待解决
如何通过代码触发滚动条滚动到某个位置
2650浏览 • 1回复 待解决
ListContainer 有滚动条 显示吗?
5698浏览 • 1回复 待解决
请问ScrollView怎么显示滚动条?
5551浏览 • 1回复 待解决
如何在List组件中监听滚动条到底端的事件
2223浏览 • 1回复 待解决
HarmonyOS Text如何设置最大行数超过显示滚动条
48浏览 • 1回复 待解决
FA开发,界面数据太多,怎么添加滚动条 ?
3816浏览 • 2回复 待解决
WebView 页面在windows模拟器无法出现滚动条滚动
644浏览 • 1回复 待解决
List滚动条时长时短,求解决方案?
988浏览 • 1回复 待解决
HarmonyOS 怎么设置list滚动条距离顶部位置
33浏览 • 1回复 待解决
HarmonyOS 带滚动条的多行文本显示用什么UI组件?Text、TextArea?
30浏览 • 1回复 待解决
使用JAVAUI框架布局,DependentLayout 方式布局没滚动条
6005浏览 • 1回复 待解决
#鸿蒙学习大百科#如何设置滚动条的状态?
241浏览 • 0回复 待解决
HarmonyOS List组件的item包含richtext组件时,上下滚动触摸到richtext区域滚动无效
347浏览 • 1回复 待解决
#鸿蒙通关秘籍#如何在鸿蒙应用中设置Scroll组件的滚动条颜色和宽度?
127浏览 • 1回复 待解决
为何RichText组件中内容可以滚动
2065浏览 • 1回复 待解决
#鸿蒙通关秘籍#金刚区下边的那个滚动条怎么实现的?有没有那种可以带滑动条的组件的?
99浏览 • 1回复 待解决
#鸿蒙通关秘籍#如何在鸿蒙应用中为列表添加滚动条和侧边索引栏?
115浏览 • 1回复 待解决
HarmonyOS DatePicker如何取消循环滚动
40浏览 • 1回复 待解决
JS组件textarea文本框没有滚动条,想要滑动查看超出屏幕文字,div控件contenteditable可编辑属性支持吗?
5401浏览 • 1回复 待解决
取消RichText组件的上下拖拉的滚动条。可以设置HTML内容的父元素为style="overflow: hidden;",比如代码中设置为:'<html style="overflow: hidden;">\n',不过这种情况设置后在触摸到richtext渲染的区域页面不会滚动,触摸其他位置可以正常滚动。RichTextt内部是webview,web组件设置嵌套滚动,可以通过loadData方法加载html文本。使用web组件参考下这种写法,替换RichText部分: