THEOWEB.DEV

WhatsappBot, BrowserAutomation, TelegramBot, JabberBot, IBankingBot, custom software developer, internet marketing

Android WebView Focus Problem

Android WebView Focus Problem

Android WebView Focus Problem

Just add android:focusable="true" to your WebView layout :


<WebView android:id="@+id/uiContent"
    android:layout_weight="1"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:focusable="true"/>

Posting Komentar

Protected By Copyscape