<div class="separator" style="clear: both; text-align: center;"><a href="https://1.bp.blogspot.com/-kLnkjPzSv0U/Xjize3Q5yYI/AAAAAAAAGfA/yt1gYgGU_VguWy3cSB7Rg5kwArkqJcNhQCLcBGAsYHQ/s1600/wv.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img alt="Android WebView Focus Problem" border="0" data-original-height="350" data-original-width="700" height="320" src="https://1.bp.blogspot.com/-kLnkjPzSv0U/Xjize3Q5yYI/AAAAAAAAGfA/yt1gYgGU_VguWy3cSB7Rg5kwArkqJcNhQCLcBGAsYHQ/s640/wv.png" title="Android WebView Focus Problem" width="640" /></a></div><br />Just add <b><i><span style="color: red;">android:focusable="true"</span></i></b> to your WebView layout :<br /><br /> <pre><code class="language-android"> <WebView android:id="@+id/uiContent" android:layout_weight="1" android:layout_width="fill_parent" android:layout_height="fill_parent" android:focusable="true"/> </code></pre>
Posting Komentar
Posting Komentar