iBooks Author widgets on portrait mode - ipad

I am having problems on a book I am writing on iBooks Author using the Contemporary template. I did add an Image Gallery widget in landscape orientation, but it doesn't appear on portrait orientation.
Anyone knows what happens on portrait that it doesn't show the widget?

I found that you can only view the Gallery Widget in portrait mode if it is on a "page" not a "chapter" or "section" screen. It behaves differently though, it shows up smaller then goes fullscreen when you click on it.

I too had this same problem and I think that if the gallery widget is anchored to text, then it shows up in portrait mode.

It appears that widgets show only in the thumbnail track in Portrait mode. If, like me, you have hidden the thumbnail track (because you dont want to waste the real estate) you don't see the widget in Portrait mode.

Almost all widgets do not show up in portrait mode if you have them set to floating, check for that first.

Related

Scrolling in app when the Ipad is landscape and the app no longer fits in the size of the screen

Hello stackoverflow community,
I have just added the constraints to my iPad app and would now like that if you hold the iPad across that you can scroll the page, because not everything fits on a transverse page. If the Ipad is upright you should not be able to scroll (there everything fits).
How can I make that happen?
Edit:
I would like to be able to use landscape mode on my app, which I originally designed to be portrait only. For this I have already inserted all constraints so that the size etc. fits. Now, however, the page is so full that it no longer fits on the complete display in landscape mode. Now I would like to be able to scroll down and thus the complete page is on the display. How it looks at the moment in portrait and landscape format I have loaded into the attachment (do not wonder the app is in German).
Landscape
Portrait
add your views into UIScrollView and set its contentsize, you can thencontrol what should be visible or scrollable for both portrait and landscape

How to lock the portrait view even if screen rotate to landscape in ipad

I am new to iOS development. I am working on app which have an pdf view in which we can edit and fill the form. My problem is when i rotate the device in landscape mode i need my pdf view to be in center of the screen it should not be stretch with the size of the screen size. i need to give fix size to my pdf view as in portrait and want blank space in remaining area of screen. How to do that please guide me.
Thank you in advance.
It all depends on what versions of iOS your app is targeted for and how your view is being presented (UINavigationController or not). Can you provide these details?
Use this setting . Uncheck landscape option in setting section.

Manage orientation landscape and portrait both in a app iPhone

According to my client's requirement I want to set Splash Screen orientation in landscape(right) then the orientation will come in portrait.. any idea how can I implement it?
Just rotate your splash image in an external editor so that is gets displayed in a landscape mode.
Just because you perceive it as landscape doesn't mean it's actually not "rotated portrait".
See your Splash Image will look like this:
Just rotate your image the way you want it to look like...
The iPhone only has a single splash screen, no matter which orientation it launches in. The iPad on the other hand will display a different splash screen image in portrait and in landscape mode.
If your iPhone interface supports both portrait and landscape then you must decide which way round you'd like to display that splash screen image. As Kanan says, design your landscape image (say in Photoshop), then rotate the canvas so that the image is portrait (but the content is still landscape).

IPad orientation support like home screen application icons

How to make a view with 3x4 thumb ImageViews in portrait mode and 4x3 thumb ImageViews in landscape orientation exactly that looks like
The orientation effect in iPad home screen icons change/animation effect from landscape to portrait vice verse..I have gone through the app (https://github.com/jarada/myLauncher) but it has the effect that it looks like going to set the frames every time device rotates.
Guide me how to design it a sample tutorial link
You can use UICollectionViewController, adjust its layout to return the desired sizes & locations for your icons.
This tutorial can help you create a custom UICollectioViewLayout.
Hope it helps.

iPad Take Photo changes orientation

I am developing a PhoneGap app for iPads with a landscape-only orientation and I have run into a problem that I can't seem to figure out. In the app is a feature that allows you to take a photo of a customer. If you take and crop the photo in landscape mode, it looks like it tries to change the orientation of the app to portrait (I get a black bar on the right side). However, if you take and crop the photo in portrait mode, the app stays in landscape. You can even take the photo in landscape and crop it in portrait and the app will maintain its landscape orientation. I now assume that the problem lies in whatever happens when I click "Use" in the crop screen (Move and Scale screen). Does anyone know what could be causing this or how to fix it? Thanks.

Resources