SToneX

Results 16 comments of SToneX

在iOS的webview中遇到了相同的问题,看了下源码。 925 current: function() { 926 if (AV.User._currentUser) { 927 return AV.User._currentUser; 928 } 929 930 if (AV.User._currentUserMatchesDisk) { 931 932 return AV.User._currentUser; 933 } 934 935 // Load the...

是的,目前只能能做到登陆一两天。暂时还没找到无限登陆下去的办法。

网页版微信似乎没有改备注的功能,如果发现了欢迎告诉下。

是 `Cannot get UserName of undefined` 吧?

you could use this as a work around too ``` "jest": { "preset": "react-native", "transformIgnorePatterns": [ "node_modules/?!(react-native-root-siblings)" ] } ```

Can't agree with this behaviour. Just vote to get the old one.

> would you like me to look into a way to make it so that the autocomplete can begin a space after the `fieldName:`, rather than immediately? Sure, that's what...