-
Notifications
You must be signed in to change notification settings - Fork 433
iPad portrait #65
Comments
Have you tried |
Wow, that's really weird, I'll take a look |
@alinz fyi, mb you have any thoughts so far? |
i have found a hackish solution around it. i used react-native-device module, and set the height of the container view using the height provided and it seems to work. but it would be really helpful if its sorted out. |
so if the issue is in the wrong height of the wrapper element - it's good, I can manage it easily. Thanks for this feedback, it'll scope my research and save my time ;) |
@jawadrehman You know, I took a look on implementation, and honestly I don't like it (I mean react-native-device). I prefer that kind of check made on iOS part. There is a nice gist for that https://gist.github.com/Jaybles/1323251 and I think I gonna implement that in the nearest future and plug it in as a dependency for side menu. That would help I guess. |
but why would you need to set the height, isnt there a way of using flex to On Fri, Jul 10, 2015 at 1:04 PM, Alexey notifications@github.com wrote:
|
because we already use it https://github.com/Kureev/react-native-side-menu/blob/master/styles.js#L10 and it seems not working. |
@jawadrehman btw, are you sure your bottom menu haven't any weird paddingTop or something? |
" width: deviceScreen.width,height: deviceScreen.height, " whats that about On Fri, Jul 10, 2015 at 1:19 PM, Alexey notifications@github.com wrote:
|
I have tried the example code, without the tab bar and navbar and it still On Fri, Jul 10, 2015 at 1:20 PM, Alexey notifications@github.com wrote:
|
Yeah, that's weird. Maybe you're right about |
nah, it just has that padding as soon as the screen loads On Fri, Jul 10, 2015 at 1:24 PM, Alexey notifications@github.com wrote:
|
You know, I tried to run my example on iPad Portrait and wasn't able to reproduce it. I'm running react-native |
probably the same as #82 |
Ok, we're not supporting RN0.6 any more, I will reopen you'll be able to experience this with latest version. |
I am having an issue with an iPad Air in portrait mode. It doesnt take the full height of the screen.
Have also tested using the example on here.
The text was updated successfully, but these errors were encountered: