iphone 5 IOS 6 icons and Phonegap 1.8.1

123 views
Skip to first unread message

James Ferguson

unread,
Oct 9, 2012, 1:38:17 AM10/9/12
to phon...@googlegroups.com
Hi Guys-

Couple issues:

  • Icon file for build in iOS 6 and xcode 4.5.1 continues to ignore the size icon-72 for iPad and instead expects the icon.png to be that size. If i change it, then it claims it needs an icon at 57x57? Any ideas on what I need to do to force the icons to be accepted?
  • orientation does not work any longer for devices to landscape mode? I have seen a few other things regarding this on the group. any ideas?
Thanks
James F.

James Ferguson

unread,
Oct 9, 2012, 3:23:48 AM10/9/12
to phon...@googlegroups.com
ok, guys I fixed this from a previous post: https://groups.google.com/forum/?fromgroups=#!searchin/phonegap/orientation/phonegap/KJmvRIajsm8/QFEql3Wp7goJ

Also, on icons, you need to remove a value for icon in plist, and then add icons with your full list of icons as sub setting values.

Thanks
James F.

Padma Raju

unread,
Oct 9, 2012, 3:28:29 AM10/9/12
to phon...@googlegroups.com
  • Yes, Orientation having problem. You can fix with below code.
Please update below code in AppDelegate.m file

Add this line:

  [self.window setRootViewController:self.viewController];

  

Comment this line (or) remove this line:

// [self.window addSubview:self.viewController.view];




Best Regards,

SP Raju

www.asmanapps.com



--
-- You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
 
For more info on PhoneGap or to download the code go to www.phonegap.com
 
To compile in the cloud, check out build.phonegap.com
Reply all
Reply to author
Forward
0 new messages