cargo collective slide show not moving on iphone - iphone

slideshow works on macbookpro but not on iphone.
site:
https://jackiemancuso.com/PAINTINGS
design is betelgeuse
navigation bar also missing on iphone. workaround: added links on each page.
thanks for any suggestions to implement slideshow on iphone.

Related

How to load iPhone UIViewController from Unity3d?

I am developing one game application and i want to give login functionality to user. So i am planning to show Login view which is developed in xCode but how can i show it when my unity3d game is running. Means if user click on Login button from Unity3d it should show LoginView from xCode native.
can any body help me?
You'll have to use a plugin to interface between the Obj-C and Unity's C#. Here is the page that discusses plugins: http://docs.unity3d.com/Documentation/Manual/Plugins.html
At the bottom, there are some links to help you with setting up the code.
I believe that this is included in Unity iOS. Otherwise, it requires Unity Pro.

UIWebView and interface orientation

I'm creating a simple tab bar app for my YouTube channel. I have tabs for Twitter, Facebook and other stuff, but my last one is a YouTube channel. I just did a standard UIWebView with the website and it's like you're on the mobile platform in Safari like I want, but when you play a video it only works in portrait view and I have tried a few things like changing the code so it is
- (BOOL)shouldAutorotateToInterfaceOrientation:
(UIInterfaceOrientation)interfaceOrientation
{
return YES;
}
But that sadly makes the whole tab bar application landscape and that isn't what I'm looking to do. I honestly have spent hours upon hours trying new things and I literally am having no progress and I am getting very frustrated. I hope this helps, thank you. And just in case I was confusing before I would like to just make the Youtube videos in the UIWebView landscape and that is it. Thanks again. Also if this isn't possible could I get maybe some direction on how to implement a youtube API into a tab bar app...?
Have you gone into app summary and clicked to available orientations?
Are You running it in the simulated if you go to the menu at the top of your mac and go to hardware then click the rotation you would like or just type Command-(then the direction on your arrow keys such as -->)
Other than that I have no clue.

How to integrate safari into iphone app?

Here is a screenshot from app named Downloads lite, it seems like intergrate safari into it's interface, I guess it just simulate the UI from safari.
I'm trying to use UIWebView to display web page, but I don't know how to implement the bule progress bar background and address bar drap disabled when loading
SVWebViewController is pretty much what you are looking for. Hope it helps...

Best Method To Create A Very Minimally Interactive Slideshow of Images On iPad

A client of mine wants to show her "listing presentations" (she's a Realtor) to clients on her iPad. A Listing Presentation is normally a slideshow that shows how a Realtor can help the client.
She simply wants a slideshow that she can gesture from slide to slide, and perhaps a small button that allows her to email the slide or some information to the client on the spot.
What would be the best method to accomplish this? Flash Hack, Adobe AIR, Simple Appcelerator App, Native iPad App?
Thanks!
Create a native iPad app and modify the Three20 library for iPad, it has classes for slideshow viewer, retrieval of images from lists of URL's etc.
All you would need to do is change the xib files / code layout for the viewer class to take into account the larger iPad screen.

How to open view with each image on openFlow api, in the ipad?

i follow the instruction of this tutorial
how to add coverflow effect on your iphone app openflow
i used the last version of openFlow(http://github.com/tupps/OpenFlow) and works great, but What I need is make each image as button or menu and when i click it, this will open another view, but so far I can't do that .
Any clues or tips to implement this feature ?
Thanks