Fishelly.Xie

Results 7 issues of Fishelly.Xie

- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section - [x] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section - [x] I have read...

bug

**Describe the bug** 一个视频列表页,列表内有N个视频列表,通过VisibilityDetector来实现视频在可视区域内播放。整个视频列表只有一个player,当处于可视区域内时,将会给对应的item设置这个player。 然后正常滚动浏览的时候,偶尔会卡顿,然后导致app崩溃。 **To Reproduce** ``` SmartRefresher( controller: _refreshController, enablePullUp: true, footer: NfRefreshFooter(onTap: () { _refreshController.requestLoading(); }), onRefresh: () async { await model.fetchList(true); _refreshController.refreshCompleted(); }, onLoading: () async...

## Steps to Reproduce HTML ```html 1 2 ``` `HtmlWidget` configuration ```dart HtmlWidget( html, enableCaching: false, isSelectable: true,) ``` Tesing environment ``` [✓] Flutter (Channel stable, 2.8.1, on Mac OS...

enhancement

## Use case Want to set custom selectable controls in htmlWidget, Is has any way?

question

**I'm submitting a bug report** **Webpack Version:** 5.x **Babel Core Version**: 7.x **Babel Loader Version**: 8.x **Please tell us about your environment:** OSX 10.x / **Current behavior:** When I use...

国家标准《农历的编算和颁行》(GB/T 33661-2017)http://c.gb688.cn/bzgk/gb/showGb?type=online&hcno=E107EA4DE9725EDF819F33C60A44B296 针对农历月份的命名是这样的, 能否考虑新增一个api用来显示国标的月份名称?

MDS tell us: The innerHTML property is read-only on the col, colGroup, frameSet, html, head, style, table, tBody, tFoot, tHead, title, and tr objects. so: The insertStyle function will get...