刘红

Results 10 issues of 刘红

When I drag element twice.The second draging was wrong. `onmove handler` has wrong "dy" value(dy > 1000).

[!] Error installing FlutterIJK [!] /usr/bin/curl -f -L -o /var/folders/ys/0hm8kwrs6fx5q5hv78yw08840000gn/T/d20210603-31553-111bwfx/file.txz https://bintray.com/api/ui/download/caijinglong/cocoapod/0.1.1/IJKMediaFramework.tar.xz --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.10.1 cocoapods-downloader/1.4.0' % Total % Received % Xferd Average Speed Time Time Time Current...

wait confirm

https://github.com/umicro/uView2.0/blob/6727a15d67648851c4cb37f0b6dba7597a951fcb/uni_modules/uview-ui/components/u-toast/u-toast.vue#L193

_handleScrollNotification 需要优先判断是否是横向手势,然后才可以开始后续滑动操作

Change ServeJson to ServeJSON

change ServeJson to ServeJSON

【机型】iphone 7 【软件版本】14.2 【运行环境】Release 【dart调用】 ```dart // Platform messages are asynchronous, so we initialize in an async method. Future initPlatformState() async { String platformVersion; // 初始化 SDK 之前添加监听 jverify.addSDKSetupCallBackListener((JVSDKSetupEvent event)...

我怀疑是,压缩过后未正常保留方向信息导致的。 https://blog.csdn.net/fxss5201/article/details/82533551

I have a `index.less` file: ``` @import "variables.less" @import "base.less" ``` a `variables.less` file: ``` @main_color: #555; @main_backcolor: #fff; ``` a `base.less` file: ``` body{ background-color: @main_backcolor; color: @main_color; }...