Fixed
Status Update
Comments
mr...@google.com <mr...@google.com>
pc...@gmail.com <pc...@gmail.com> #2
The browser doesn't render any Devnagari content at all. eg. http://www.esakal.com/
The iPhone gets partially there, but is incorrect. Nokia E71 renders it perfectly.
The iPhone gets partially there, but is incorrect. Nokia E71 renders it perfectly.
mr...@google.com <mr...@google.com> #3
I agree with milindr. I see Square boxes like ☐ instead of characters अ आ इ ई उ ऊ on
Unicode or UTF8 compliant Hindi websites. Even Google Hindi website doesnt open
properly through my HTC Hero's Android 1.5 stock browser. Please support Devnagri
lipi (Sanskrit/Hindi) fonts in Android OS. I want to change my default font to see
Devnagri numerals: ०,१,२,३,४,५,६,७,८,९ instead of Roman numerals:
0,1,2,3,4,5,6,7,8,9. I want my clock to use Devnagri numerals instead of Roman
numerals. Thanks!
Unicode or UTF8 compliant Hindi websites. Even Google Hindi website doesnt open
properly through my HTC Hero's Android 1.5 stock browser. Please support Devnagri
lipi (Sanskrit/Hindi) fonts in Android OS. I want to change my default font to see
Devnagri numerals: ०,१,२,३,४,५,६,७,८,९ instead of Roman numerals:
0,1,2,3,4,5,6,7,8,9. I want my clock to use Devnagri numerals instead of Roman
numerals. Thanks!
as...@gmail.com <as...@gmail.com> #4
You maked in may I phone.?
Description
demonstration page if at all possible, or attach code.
1. Create the place picker object from the devices current location
let center = locationUpdate!.coordinate
let northEast = CLLocationCoordinate2DMake(center.latitude + 0.001, center.longitude + 0.001)
let southWest = CLLocationCoordinate2DMake(center.latitude - 0.001, center.longitude - 0.001)
let viewport = GMSCoordinateBounds(coordinate: northEast, coordinate: southWest)
let config = GMSPlacePickerConfig(viewport: viewport)
let placePicker = GMSPlacePicker(config: config)
2. Make call to placePicker.pickPlace()
3. Observe the center displayed in the mapView does not match the device location.
Operating system version:
Google Places API for iOS version: 2.1.1
Hardware model: 6s, 7, 7 plus
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************