挫折终于战胜了我,我正在寻求一些帮助。目前在我的应用程序中,我有一个加载一系列页面的webview。在几个页面上出现了JS Login弹出窗口。如果我使用WebChromeClient并直接打开浏览器页面工作正常,但在我的webview中,我不能让我的生活得到弹出窗口。我尝试过定制的ChromeClient来处理JS弹出窗口。我也尝试了几十个问题和答案,但无济于事。基本上有任何方法可以获得WebChromeClient的直接功能,但将其保留在我的片段webview中。任何帮助都将被荒谬地赞赏。
[
{
id: string // post id
authorId: string // author user id
authorName: string // author user name
title: string // post title
vote: number // vote for this post by current session user
// default to 0, if no matching entry is found in postVote table.
}
]