davince
davince
**Bug description:** `setWebChromeClient` is not working, and it is suspected that the settings are being overwritten. **To Reproduce:** ``` @ReactModule(name = CustomWebViewManager.REACT_CLASS) public class CustomWebViewManager extends RNCWebViewManager { /* This...
没个说明文档,不会用啊
### Important information Android version: Android 14 mpv-android version: 2024-11-16, app-api29-universal-release.apk download from github ## description I recorded a reproducible step. On Android 14, use mpv to play a video,...
希望加一个功能:提示的时候不用全屏,只要右下角发一个通知就行了
**Intended outcome:** Expect the get method to return the field value. **Actual outcome:** It looks like the cached value from the last get call is returned. **How to reproduce the...
### 版本 10.0.0-alpha8 ### 复现步骤 操作表现:往左拖动k线,触发 DataLoader.getBars 加载的如果还没松开鼠标,会自动跳转到最后的k线,再次触发加载 必现代码 [codesandbox](https://codesandbox.io/p/devbox/custom-figure-custom-overlay-klinecharts-10-0-0-alpha8-forked-jsh8ly?workspaceId=ws_41dknaCwSxv6dYJpHq5jHN) ``` import { init, KLineData } from "klinecharts"; const chart = init("custom-figure-custom-overlay-chart"); chart.setSymbol({ ticker: "TestSymbol" }); chart.setPeriod({ span: 1, type:...