You must Login before you can answer or rate any questions.

SplitView - not changing orientation

0

Hi All,

Is anyone else having any issues with the SplitView not changing orientation and sticking in portrait.

I have it so that in the left split I have an RSS feed. I have set it so that when its turned to portrait that the left split displays in a Popover, just as the document advises.

First of all I thought it may have something to do with the title I was using. Originally I had brackets in and it didn't work, tried it without brackets it did work. But after a while it stopped working with the without brackets.

Then I thought it might be the fact I'm using RSS feed within the popover. Removed the rss feed, still the same issue.

I can't acutally pinpoint what is causing it to stick in the portrait orientation. Just wondered if anyone else has seen this?

FYI - I'm using 1.4.0 with iOS 4.0.1

Paul

  • Update: It's sticking in the orientation the SplitView is loaded in. It's ignoring the 'visible' eventListener I have added from the docs (sporadically) — Paul Pounder 6 weeks ago

4 Answers

0

Thought I may have answered my own question.

I moved the event listener to the end of the script. Instead of before the RSS feed being initialised. It did start working again, tried once more. Still not changing orientation.

Very sporadic


0

Hi Richie,

Kitchen Sink works fine, I've pastied my SplitView code. I have a title variable and rssurl variable being passed through. This at the moment is just a BBC News Feed.

http://pastie.org/1068826

It's very sporadic, sometimes it works, sometimes it does.

Hope you can help

Paul


0

Believe kitchen sink works, think it works so more than likely my code.

Out at the mo so will update later


0

Can we get an example Paul?

Fine here. Same setup

Ps

Does the kitchen sink iPad app have the same issue?