Jssor Slider Full Width Crashing on Iphone 6 Plus - jssor

I've encountered a problem with the full width slider. It crashes on Iphone 6 plus but it works on other devices. So far, Iphone 6 plus is the only device that it crashes on. It only crashes if the device is held portrait, but it works when it's held landscape.
Is there a solution to this?

Related

iPhone App truncating at bottom while running in iPad

I am developing an iPhone app which should support iPad (not compatible but with support for 1X and 2X option at bottom). My app supports iPhone 5,6 and 6 plus as expected, but when I run the app in an iPad some part of the screen is getting truncated at bottom. How do I fix this? It should show the full iPhone screen in iPad.
Make you app support iPhone 4s screen size. It seems that iPad runs iPhone app as in a 3.5 inch screen.

Keyboard issues in iphone 6 and 6 plus during orientation changes

I have an app which has one viewcontroller which works for both landscape as well portrait mode, Now when app goes to the landscape mode and coming back to portrait, the keyboard doesn't appear at all until app quits.
The issues is not related to iOS 8.0 for sure, because it works well in iPhone 5S with iOS 8.0 but it doesn't work for iPhone 6 and 6+. Also checked the keyboard frame and its shows correctly, but the keyboard doesn't show up. Any suggestion would be of great help.
Or is there a way i can force the keyboard to show up.
Did you try adding Launch Images for both the iPhone 6 and 6+? Without specific Launch Images for the 2 new device resolutions, the app will basically pretend that the width is still 320px and just stretch everything out to fit the bigger screen. I have seen this cause many strange problems with the keyboard on iPhone 6 and 6+ devices, and it sounds like this may be the underlying issue here as well. Here are the Launch Image resolutions you need for both devices:
For iPhone 6:
750 x 1334 (#2x) for portrait ---
1334 x 750 (#2x) for landscape
For iPhone 6 Plus:
1242 x 2208 (#3x) for portrait ---
2208 x 1242 (#3x) for landscape

One screen is missing from app in iPhone 5

recently I uploaded an app to app store after checking all issues in simulator, all were working well. When I downloaded the app in iphone 5 one of the screen is missing and instead of that a black screen is getting appeared. I checked the simulator to ensure if its there or not but the simulator for iphone 4 retina is doing good, what could be the issue.
P.S:- I have all screen in three sizes, 320X480, 640X960, 1136X640 and named them as the rules like x.png, x#2x.png and x-568h#2x.png. Only the background screen is missing, all other controls are getting appeared.

keyboard not getting fit in view in landscape mode running on ios 5.0 and 4 inch screen

Hey i am developing an app for iphone5 (4 inch screen) everything works fine but when i run my app on iOS 5.0 and rotate to landscape mode , keyboard does not fit entire screen ,
Adding a screenshot. it happens with all keyboard type.
Is there a way to deal with this bug at our end or it needs to be fixed by apple guys only.
I am running app on simulator, so if anybody have iphone 5 with ios 5.0 installed , please check, Does that issue persists on device also ?

Launch image displayed upside down on iPad.

I wonder if you have any idea of why my Launch image get displayed upside down when using the iPhone application/storyboard on the iPad simulator. After the launch image the orientation is correct.
Running on iPad device also has the correct orientation. It is only the when running iPhone application on iPad it does not work. iPhone all works fine.
Any ideas?
I had the same problem today without having changed the UISupportedOrientation-key (my app supports all 4 orientations) while I was changing values in the summary view (Xcode 4.2). The app started to do strange behaviours while loading the launch image, it changed the orientation to upsideDown. I solved the problem by just by changing the sequence of the 4 different orientation levels. 1st element was somehow PortraitUpsideDown and the 4th element Portrait, I swapped these two values and then it was working smooth again.