-
Notifications
You must be signed in to change notification settings - Fork 1.3k
iPhone 4s and 5 Simulator doesn't render map labels #12070
Comments
Hi, @nole87. Thank you for using Mapbox. I'm running the app on an iPhone 4s simulator, and I don't notice the issue you mention. Could you please post a code snippet or test app we could use to track down the issue? |
Just noting that this sounds similar to #11946 |
Sorry for my late response, I don't get any email about comments. I try again in new test app. I just follow https://www.mapbox.com/install/ios/ and on 4s simulator look picture. I try to upload project but github says "Yowza, that's a big file" |
Any response about this bug? |
newest one xcode, I try 4.1 SDk but I can download pod yet ... I will try tomorrow 4.1 |
@nole87 I've recreated your scenario. This may be related to the Android issue, but not confirmed yet. |
For reference - this does not occur on iPhone 5 hardware (running 9.3) |
What about this. I just try SDK 4.2 but it's same, no text labels only black rectangles ... |
@nole87 unfortunately we don't have an update at this time (other than this appears to be a simulator-only issue). |
Great to hear it's just simulator :) I am in hurry to publish my app, maybe it's not right place to ask but I need to add padding to user location. In android there is that. In iOS I find mapView.setUserLocationVerticalAlignment(MGLAnnotationVerticalAlignment.bottom, animated: true) but not good enough for my app, I need like in android to set padding in points... Also, self.mapView.setUserTrackingMode(.followWithCourse, animated: true) when before this line user location is fixed with: mapView.setUserTrackingMode(.follow, animated: true) which is my case than map heading is set hard without animation ... it's bad user experience ... |
While this does easily reproduce on the iPhone 5 Simulator (iOS 9.3) using Xcode 9, I can confirm that it does not happen on a physical iPhone 5 (iOS 9.3.5) when running Though inconvenient, this is an upstream issue that is 1. likely beyond our control, and 2. does not affect end-users. To that end, I’m going to close this as “(probably) won’t fix”. |
Platform: iOS
Mapbox SDK version: 4.0.2
Steps to trigger behavior
Expected behavior
Maps should have text labels
Actual behavior
Text labels are black without texts
The text was updated successfully, but these errors were encountered: