I see something weird happening in some tablets.
I have a webview where I put a URL with
http://maps.google.com/maps/api/staticmap?center='+Lat+','+Long
+'&zoom=15'
+'&size='+'300'+'x'+'300'
+'&markers=color:blue label:ENTREGA'
+'&sensor=false';
This URL is created on my server and I use it on my android Tablet
What is happening is that it shows correctly at first time and then it starts a zooming out.
It happens in old tablets like Samsung tab 2 for example, or Motorola Xoom.
When using more modern tablets like Samsung Tab E it works correctly (kitkat)
Is it correct to use webview for this case? Should I use something else?
It is common to have these old tablets around, since there are customers for economy sake get used ones (and make sense since they work pretty well)
Thank you
I have a webview where I put a URL with
http://maps.google.com/maps/api/staticmap?center='+Lat+','+Long
+'&zoom=15'
+'&size='+'300'+'x'+'300'
+'&markers=color:blue label:ENTREGA'
+'&sensor=false';
This URL is created on my server and I use it on my android Tablet
What is happening is that it shows correctly at first time and then it starts a zooming out.
It happens in old tablets like Samsung tab 2 for example, or Motorola Xoom.
When using more modern tablets like Samsung Tab E it works correctly (kitkat)
Is it correct to use webview for this case? Should I use something else?
It is common to have these old tablets around, since there are customers for economy sake get used ones (and make sense since they work pretty well)
Thank you