<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Solomon Chigozie</title>
    <description>The latest articles on DEV Community by Solomon Chigozie (@solomonchigozie).</description>
    <link>https://dev.to/solomonchigozie</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F819852%2F827837e9-01ec-43df-8519-422ce7ca64cd.jpeg</url>
      <title>DEV Community: Solomon Chigozie</title>
      <link>https://dev.to/solomonchigozie</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/solomonchigozie"/>
    <language>en</language>
    <item>
      <title>How To Solve the issue of WebView not redirecting to payment gateway or showing white screen</title>
      <dc:creator>Solomon Chigozie</dc:creator>
      <pubDate>Sun, 03 Apr 2022 16:32:28 +0000</pubDate>
      <link>https://dev.to/solomonchigozie/how-to-solve-the-issue-of-webview-not-redirecting-to-payment-gateway-or-showing-white-screen-e88</link>
      <guid>https://dev.to/solomonchigozie/how-to-solve-the-issue-of-webview-not-redirecting-to-payment-gateway-or-showing-white-screen-e88</guid>
      <description>&lt;p&gt;If you are having a blank page when redirecting to another url within your WebView Android application or when redirecting to a payment gateway, this is how to resolve it.&lt;/p&gt;

&lt;p&gt;In my case my webview had a layout_height="wrap_content", and this height is fine because of positioning inside relative layout, but when targeting sdk 21 webview was reporting 0 height to the page resulting all its elements collapse to 0 height as well. All I did was to change layout_height of the webview to match_parent and I had everything resolved, i hope this helps.&lt;/p&gt;

</description>
      <category>android</category>
      <category>java</category>
    </item>
  </channel>
</rss>
