I am using google map service in my application. the map working fine the problem is when device connect internet through wifi hotspot, in this case showing white screen for 5 seconds after splash screen.
When i disable maps.googleapis.com url, at that time white screen not appear.
I included all permissions in config.xml file, but still getting same problem.
I included google map service in bellow way.
config.xml file permission as
<access origin="*"/>
<access origin="http://maps.googleapis.com/*"/>
<access origin="*://*.googleapis.com/*" subdomains="true" />
<access origin="*://*.gstatic.com/*" subdomains="true" />
<access origin="*://*.google.com/*" subdomains="true" />
<access origin="*://*.googleusercontent.com/*" subdomains="true" />