-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
发现一个问题 #12
Comments
更新到最新版本。Bug已经修复 |
openLoginWebView 方法怎么还是无法触发呢?奇怪 |
Bug已经紧急修复 实在抱歉,我之前一直都是在Android6.0的设备上做调试,点击是没问题的。刚才调用了一台4.0的设备看下,确实没办法点击。确实是我疏忽了,最近都在重构代码,加新功能,测试上忽略了很多。后面我会充分做好测试,Realse一个稳定版本,供大家体验。 |
我试了下,这个注册和登陆的控件是TextView,加一个属性android:clickable="true"就可以,但是登陆成功后奔溃了 |
能把Android Studio的Log下的Error截图给我看下嘛? |
抱歉图片长传不了,贴代码了: |
update一下你的代码就又好了 |
应该是服务器返回的token有问题,有时候会增加scope字段,有时候又没有,导致我客户端这边出现问题。我修复这个问题了。这个Bug比较隐藏,一般要登录多个帐号才会出现。谢谢你的提醒 |
我下载完运行后,注册和登陆按钮点击了啥反应都没有呢?是不是点击事件忘记加了呢?
The text was updated successfully, but these errors were encountered: