LANDLORD Home » Catatan Pribadi » tips » Android WebView Focus Problem Android WebView Focus Problem Tuesday, February 4, 2020 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"/>
Post a Comment