-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'To' address bar partially hidden #19
Comments
Hi, can you give some more details on the kind of ipad? Are you seeing this on both iOS8 and iOS9? iPad only, or also iPhone? |
Hi, it's on an iPad Air running iOS9. Works fine on an iPhone (opens full screen), it's just an iPad issue. So, I've got a Ti window defined as: var myWindow = Ti.UI.createWindow({ Then later on in this window's code I call the module's .open({animated: true}) method to make it appear over the top of my window. The gap above the SMS dialog's nav bar in my previous screen shot looks to be about the height of where the iOS status bar would go? If you are unable to reproduce it, it may be something peculiar to my app code maybe. Thanks, |
Also in tiapp.xml I have these settings:
And these in ios plist settings:
|
Ok, I've been able to reproduce this and it's an issue with the full-screen setting. It would be worth a try |
Hi @omorandi thanks for looking into this and good news you've managed to reproduce the problem. I did actually use the Bencoding module before trying yours, but will look at the code. If you're also able to come up with a solution please post here :) I've got a client app nearing completion that's using SMS so would be great to have it working. Regards. |
Didn't mention above - the Bencoding module was showing the same issue before I tried yours :) |
OK, when I set the The side-effect of doing this is the status bar appears at the top of the Ti Window, so have made this look prettier by opening a plain white Ti Window with Thanks for you help. |
Hi @omorandi I'm using this module on an iPad running iOS8 and 9 with Ti SDK 5.0.0. When the SMS dialog appears the 'To' address bar is partially hidden below the 'New Message' navigation bar - see attached image.
Works great on an iPhone.
The text was updated successfully, but these errors were encountered: