Hi guys,
Maybe you are moore skilled than I'm but here is a problem I can't understand!
One of my applications loads an url into Webview:
Webview.LoadUrl("http://maps.googleapis.com/maps/api/staticmap?center=57.72887095769152,11.9478305329214&zoom=12&size=1024x1024&maptype=roadmap&markers=size:medium%7Ccolor:blue%7C57.72887095769152,11.9478305329214&markers=size:medium%7Ccolor:red%7C57.70759185,11.9919125&markers=size:medium%7Ccolor:red%7C57.69727504,11.97070251&markers=size:medium%7Ccolor:red%7C57.702353275381,11.9616585317999&markers=size:medium%7Ccolor:red%7C57.69824672,11.98385687&markers=size:medium%7Ccolor:red%7C57.70807682,11.90621691&markers=size:medium%7Ccolor:red%7C57.69397837,11.98745878&sensor=false")
In Android 2.3.5 there is no problem.
In Android 4.04 there is only a picture showing "not available"
If I paste the string into the Web-Reader directly in Android 4.04 the static-map is shown as it should.
I also installed Google-Chrome and paste the string - perfect result.
Do you have any ideas why it doesnt work with Webview in Android 4.04 ?
Maybe you are moore skilled than I'm but here is a problem I can't understand!
One of my applications loads an url into Webview:
Webview.LoadUrl("http://maps.googleapis.com/maps/api/staticmap?center=57.72887095769152,11.9478305329214&zoom=12&size=1024x1024&maptype=roadmap&markers=size:medium%7Ccolor:blue%7C57.72887095769152,11.9478305329214&markers=size:medium%7Ccolor:red%7C57.70759185,11.9919125&markers=size:medium%7Ccolor:red%7C57.69727504,11.97070251&markers=size:medium%7Ccolor:red%7C57.702353275381,11.9616585317999&markers=size:medium%7Ccolor:red%7C57.69824672,11.98385687&markers=size:medium%7Ccolor:red%7C57.70807682,11.90621691&markers=size:medium%7Ccolor:red%7C57.69397837,11.98745878&sensor=false")
In Android 2.3.5 there is no problem.
In Android 4.04 there is only a picture showing "not available"
If I paste the string into the Web-Reader directly in Android 4.04 the static-map is shown as it should.
I also installed Google-Chrome and paste the string - perfect result.
Do you have any ideas why it doesnt work with Webview in Android 4.04 ?