Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 2
    I'm running my extension in the new Messages app which has been properly updated for the new screen sizes in iOS8 (e.g. one that is not 'zoomed'), and screenScale: 3.000000, and nativeScale: 2.608696 Commented Sep 22, 2014 at 5:56
  • @barfoon what were the screen resolutions reported? As I live in a country without Apple store, I haven´t been able to buy the new iPhone 6 Plus. Commented Sep 22, 2014 at 14:37
  • nativeScale isn't to do with whether or not the app is being run in scaled mode: stackoverflow.com/questions/25871858/… Commented Nov 30, 2014 at 13:29
  • @HHHH Your right and I have updated the text to reflect that although the code is still valid. Commented Nov 30, 2014 at 15:41