美文网首页
Android webview弹出 alert 底部变白

Android webview弹出 alert 底部变白

作者: 挡风的纱窗 | 来源:发表于2017-10-26 15:07 被阅读0次

                                                                      错误的

<WebView

android:id="@+id/main_webview"

android:layout_width="match_parent"

android:layout_height="0dp"

android:layout_weight="1"/>

                                                                      正确的

<WebView

android:id="@+id/main_webview"

android:layout_width="match_parent"

android:layout_height="match_parent"/>

就是这种小细节没注意 给前端弄萌了 sorry,,,

相关文章

网友评论

      本文标题:Android webview弹出 alert 底部变白

      本文链接:https://www.haomeiwen.com/subject/mzwyettx.html