I want to show google maps navigation page for directions. For doing so, I am opening google maps url inside a webview in react native(android). Here is my cod e:
<WebView
source={{uri: 'http://maps.google.com/mapsdaddr=28.69875679999999,77.29257710000002'}}
style={{height : 400, width : 320}}
/>
It just shows blank. I thought it might be https issue , but its not so. I tried "https://www.amazon.com/" and it showed fine, similarly some other web links as well. Any help is appreciated.