Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ipad keyboard
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Joaquin Grech  
View profile  
 More options Apr 20 2011, 5:14 am
From: Joaquin Grech <joaquingr...@gmail.com>
Date: Wed, 20 Apr 2011 11:14:21 +0200
Local: Wed, Apr 20 2011 5:14 am
Subject: ipad keyboard

hi there,

I've posted on the forums but nobody replied so I don't know whether it's
only happening to me. Since unity 3.3 the ipad keyboard orientation always
popups vertically. It doesn't matter if I set the orientation on landscape
mode on Unity project properties.

ironically on the iphone it works perfectly, it only happens on the ipad.

Anyone else seen this problem?

Joaquin

 *Joaquin Grech Gomendio*

*International MBA & Computer Scientist. IE Business School & NYU*

*http://www.joaquingrech.com/* <http://www.joaquingrech.com/>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Elliott Mitchell  
View profile  
 More options Apr 20 2011, 8:01 am
From: Elliott Mitchell <e...@vermontdigitalarts.com>
Date: Wed, 20 Apr 2011 08:01:12 -0400
Local: Wed, Apr 20 2011 8:01 am
Subject: Re: [Unity3D Developers] ipad keyboard

Something similar happened to us yesterday. Dan fixed it some how. He is CCed on this email.

Elliott
----------------------------------

Elliott Mitchell

President / Creative Director
Vermont Digital Arts, LLC

Guilford, VT 05301, USA
VermontDigitalArts.com
e...@VermontDigitalArts.com
Studio: (802) 254-6541
Mobile: (802)-380-0941
Twitter: @MrT3D

On Apr 20, 2011, at 5:14 AM, Joaquin Grech wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joaquin Grech  
View profile  
 More options Apr 20 2011, 8:00 am
From: Joaquin Grech <joaquingr...@gmail.com>
Date: Wed, 20 Apr 2011 14:00:04 +0200
Local: Wed, Apr 20 2011 8:00 am
Subject: Re: [Unity3D Developers] ipad keyboard

Dan works for Unity3d?

Is this a known bug? I'm wondering because I submitted it as a bug and
nobody replied. On the forums nobody said anything either. I'm surprised
that nobody noticed it on ipad if it's a real bug.

 *Joaquin Grech Gomendio*

*International MBA & Computer Scientist. IE Business School & NYU*

*http://www.joaquingrech.com/* <http://www.joaquingrech.com/>

On Wed, Apr 20, 2011 at 2:01 PM, Elliott Mitchell <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Elliott Mitchell  
View profile  
 More options Apr 20 2011, 8:21 am
From: Elliott Mitchell <e...@vermontdigitalarts.com>
Date: Wed, 20 Apr 2011 08:21:45 -0400
Local: Wed, Apr 20 2011 8:21 am
Subject: Re: [Unity3D Developers] ipad keyboard

No, Dan does work with me not Unity sorry. Not sure if it's a real bug or not. He'll be online a little later.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Konieczka  
View profile  
 More options Apr 20 2011, 9:56 am
From: Dan Konieczka <kanoos...@hotmail.com>
Date: Wed, 20 Apr 2011 09:56:09 -0400
Local: Wed, Apr 20 2011 9:56 am
Subject: Re: [Unity3D Developers] ipad keyboard

Joaquin,

One thing You may want to try is first in the awake functions of one of
your first scripts put in:

     iPhoneKeyboard.autorotateToPortrait = false;
     iPhoneKeyboard.autorotateToPortraitUpsideDown = false;
     iPhoneKeyboard.autorotateToLandscapeRight = false;
     iPhoneKeyboard.autorotateToLandscapeLeft = true;

You want all of them to be false except for one.

Then after you build open info.plist in XCode and delete the extra
orientations under UISupportedInterfaceOrientations.  Unfortunately the
info.plist file gets overwritten every time you build so you may want to
try making the file read only.

-Dan

On 4/20/2011 8:01 AM, Elliott Mitchell wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joaquin Grech  
View profile  
 More options Apr 20 2011, 10:06 am
From: Joaquin Grech <joaquingr...@gmail.com>
Date: Wed, 20 Apr 2011 16:06:03 +0200
Local: Wed, Apr 20 2011 10:06 am
Subject: Re: [Unity3D Developers] ipad keyboard

i already did the code. But the info.plist should not be overriden, or if it
was it should be with the values on the unity3d project settings which is
set to landscape, right?

 *Joaquin Grech Gomendio*

*International MBA & Computer Scientist. IE Business School & NYU*

*http://www.joaquingrech.com/* <http://www.joaquingrech.com/>

On Wed, Apr 20, 2011 at 3:56 PM, Dan Konieczka <kanoos...@hotmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Elliott Mitchell  
View profile  
 More options Apr 20 2011, 10:12 am
From: Elliott Mitchell <e...@vermontdigitalarts.com>
Date: Wed, 20 Apr 2011 10:12:44 -0400
Local: Wed, Apr 20 2011 10:12 am
Subject: Re: [Unity3D Developers] ipad keyboard

When ever I  build in 3.3 the info.plist is overwritten. If I set to "read only" I get errors.
-Elliott

On Apr 20, 2011, at 10:06 AM, Joaquin Grech wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »