Amnon

Results 3 issues of Amnon

macos 11.3.1 xcode 12.5 编译不通过。

version: 3.6.4 android os: 7.0 cellPhone: HuaWei Y7, P9, MediaPad T3 (only HuaWei) crash log: ``` bash *** *** *** *** *** *** *** *** *** *** *** *** ***...

使用 HTTPRequest 在 iOS,Mac, Windows 版本下会出现不可达,(需挂梯子)。 测试地址是: ``` lua -- 原始地址 local picUrl = "http://graph.facebook.com/694528257411491/picture?width=200&height=200&t=20180421" -- 重定向后的地址 local picUrl = "https://lookaside.facebook.com/platform/profilepic/?asid=694528257411491&height=200&width=200&ext=1524558242&hash=AeSflWB8JKNSiLAF" ``` 这个地址比较特殊,请求之后会重定向到下面那个地址。 浏览器直接打开这个地址是可以下载得到对应的图片的。 httpRequest 的 test code ``` lua...