Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iGetSimple iPhone version (Beta version available)
#4
Zegnåt Wrote:Interesting, it seems to get a horizontal scroll on the preview page… does it get this on the iPhone too?

How much does the markup of the page match the markup of previous styles? It would be great when this could be added as a kind of generic solution for all GetSimple pages on iPhones.

Yes the scroll works also on the iphone, because safari supports jquery very well.

It should be possible to use it for other getsimple sites too.
Then i just have to make a more default version wich is based on the default theme wich you get with GetSimple. I'll work on a version like this.


Then GetSimple also need a lil edit, that you can choose in the URL wich theme you want.

Then with a simpel code on your index page you can forward it to your iPhone version.
Code:
<script language=javascript>
<!--
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
location.href='YOURURLHERE';
}
-->
</script>
GetSimple! CMS themes: SimpleTheme! | French Avenue | iGetSimple
Reply


Messages In This Thread
iGetSimple iPhone version (Beta version available) - by eddyfever - 2009-10-28, 20:48:52



Users browsing this thread: 1 Guest(s)