Infeasible
Status Update
Comments
ca...@google.com <ca...@google.com>
ca...@google.com <ca...@google.com> #2
Yes, this is a deficiency in our current design. We don't have a short term solution or workaround.
th...@gmail.com <th...@gmail.com> #3
After 3 months of last reply, do we have any solution yet for background-
attachment:fixed; issue on Android?
attachment:fixed; issue on Android?
ca...@google.com <ca...@google.com> #4
Not yet. We are working on it.
th...@gmail.com <th...@gmail.com> #5
One workaround is to set the background color transparent and then change the
background image to what you want. This will act similarly to a fixed background,
one draw back is that you have to be able to control the web page html (versus any
website on the web).
view = (WebView) findViewById(R.id.entry_view);
....
view.setBackgroundColor(0); // make the background transparent
view.setBackgroundResource(R.drawable.entrybg); // give it the right background
Note - be sure to remove any "background" style on the webview html.
background image to what you want. This will act similarly to a fixed background,
one draw back is that you have to be able to control the web page html (versus any
website on the web).
view = (WebView) findViewById(R.id.entry_view);
....
view.setBackgroundColor(0); // make the background transparent
view.setBackgroundResource(R.drawable.entrybg); // give it the right background
Note - be sure to remove any "background" style on the webview html.
Description
The alternative road name "NH-112" also fails to correctly geocode the address.
For comparison, Google Maps (front end) correctly locates this address.
Thank you