I have made an app for my blog. Blog looks fine while using a browser but with app it exceeds screen width. This is my blog
This is what i see from my browser (opera, yandex etc)
And the result using the app
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<WebView
android:id="@+id/webview"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:ignore="WebViewLayout" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
And the main activity xml