我一直在尝试在Android的webview上实现facebook登录。我搜索和搜索,找不到任何有用的东西。我尝试过的最新事情来自https://stackoverflow.com/a/19068076/1944429。它获得了很多票,但它对我不起作用。
我得到"Unsafe JavaScript attempt to initiate navigation for frame with URL 'https://m.facebook.com/v2.12/dialog/oauth?app_id=...' from frame with URL 'http://www.example.com/example/'. The frame attempting navigation is neither same-origin with the target, nor is it the target's parent or opener.
和一个空白的白色屏幕。
Logcat中出现错误。有意义的是,webview只能显示一个窗口,而解决方案是使用第二个webview进行解决。
我不知道如何修复错误。无论如何将两个webview链接在一起,或者将其作为父webview,所以我没有得到错误?我真的很想让这个工作。