Search found 12 matches

by Joop Greypink
Fri Oct 08, 2010 4:46 pm
Forum: Pano2VR general
Topic: Embed SWF in PDF
Replies: 6
Views: 4699

Embed SWF in PDF

Referring to Martin's tutorial on how to implement a swf into a pdf, you still can view the pano in fullscreen by clicking the right button and selecting 'Full Screen'.
You cannot view a pano in a browser, at least on my Mac. It works well with Acrobat Reader and Acrobat Pro.
by Joop Greypink
Fri Oct 01, 2010 1:08 pm
Forum: Pano2VR general
Topic: How to hide the URL bar in Safari?
Replies: 12
Views: 7124

Re: How to hide the URL bar in Safari?

Hi smooth, well it does. If you open the pano from the list in portrait mode and then rotate, I don't have any problems with iPhone4 and 3G. If you open the pano in landscape mode, you're right. It doesn't show fullscreen. After rotating back to portrait then to landscape again it works fine. Anyway...
by Joop Greypink
Fri Oct 01, 2010 10:41 am
Forum: Pano2VR general
Topic: How to hide the URL bar in Safari?
Replies: 12
Views: 7124

Re: How to hide the URL bar in Safari?

Just wanted to show that the URL bar can be hidden. Look at my site on an iPhone: http://www.guru.ag and hit the 'photography' > 360° panoramas buttons. In both pano views, regular Safari URL or after hitting the + button, I have a fullscreen without the bar. The Home screen button(+) also eliminate...
by Joop Greypink
Tue Aug 31, 2010 1:26 pm
Forum: Pano2VR general
Topic: Html 5/CSS 3 - Flash; state of the market
Replies: 18
Views: 15373

Re: Html 5/CSS 3 - Flash; state of the market

Hi Mimmo,

Don't understand what you mean.....

Joop

dp.math wrote:
Joop Greypink wrote:Found a solution for fullscreen..
Hi Joop may be a small cleaner than your index file?

regards, mimmo
by Joop Greypink
Tue Aug 24, 2010 10:46 pm
Forum: Pano2VR general
Topic: Html 5/CSS 3 - Flash; state of the market
Replies: 18
Views: 15373

Re: Html 5/CSS 3 - Flash; state of the market

Found a solution for fullscreen on iPhone and iPad by adding an a css file as well as an additional javascript file.
Commented in html file of attached solution files.
iphone-ipad_set.zip
fullscreen HTML5-solution for iPhone/iPad
(3.08 KiB) Downloaded 455 times
by Joop Greypink
Tue Aug 24, 2010 10:56 am
Forum: Pano2VR general
Topic: Html 5/CSS 3 - Flash; state of the market
Replies: 18
Views: 15373

Re: Html 5/CSS 3 - Flash; state of the market

Still having some problems with my home-made HTML5-fullscreen.ggt on the iPhone/iPad. I made this for mobile only. In the css I have these settings for the container div: #container { position: absolute; width: 100%; top: 0px; height: 100%; left: 0px; } Unfortunately this doesn't hide the URL text f...
by Joop Greypink
Tue Aug 10, 2010 11:27 pm
Forum: Pano2VR general
Topic: I need some help with this one!
Replies: 7
Views: 6158

Re: I need some help with this one!

I just changed the User Agent in Safari (Develop menu activated) to Mobile Safari 3.1.3. iPhone. I get a tile size of 2000x2000px I don't know if this also works in Windows. No information at all in the simulator. Apple gives info on the viewport size here: http://developer.apple.com/safari/library/...
by Joop Greypink
Tue Aug 10, 2010 10:55 pm
Forum: Pano2VR general
Topic: I need some help with this one!
Replies: 7
Views: 6158

Re: I need some help with this one!

Hi Hopki,

I have a cube face of 1024px, for iPad
Mobile max 960px/640px Tile, for iPhone4
Mobile max 356px/320px Tile, for iPhone3G
by Joop Greypink
Tue Aug 10, 2010 10:18 pm
Forum: Pano2VR general
Topic: I need some help with this one!
Replies: 7
Views: 6158

Re: I need some help with this one!

Hi Hopki, since I'm on a Mac I'm running the iPhone Simulator. On iPhone 3G it says 350px. Hotspots work with 1 click iPhone 4 : 2000px. Hotspots don't work at all iPad : 2000px.Hotspots work with 1 click On a normal iPhone 3G it says 350px. Hotspots work with 1 click Hope this helps. BTW just finis...
by Joop Greypink
Tue Aug 10, 2010 5:20 pm
Forum: Pano2VR general
Topic: 100% browser window in html 5?
Replies: 7
Views: 4952

Re: 100% browser window in html 5?

Hi Hopki,

No problem.
Here's a 'fullscreen.ggt'' that does exactly that:
http://bit.ly/bQKXZK
by Joop Greypink
Mon Aug 09, 2010 4:12 pm
Forum: Pano2VR general
Topic: 100% browser window in html 5?
Replies: 7
Views: 4952

Re: 100% browser window in html 5?

In html add this to css:

Code: Select all

#container {
				position: absolute;
				width: 100%;
				top: 0px;
				height: 100%;
				left: 0px;
			}
and change container like this:

Code: Select all

<div id="container"></div>