I have a Html page but Need code for

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
ebgames56
Forum Contributor
Posts: 103
Joined: Thu Oct 06, 2011 10:43 am

I have a Html page but Need code for

Post by ebgames56 »

It to be viewed proplery in a iPhone
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: I have a Html page but Need code for

Post by twinedev »

It the HTML was done well enough, should display just fine on a phone. I think you will need to give more details to what you have vs. what you want to achieve.
Milana
Forum Newbie
Posts: 1
Joined: Mon Nov 14, 2011 1:50 am

Re: I have a Html page but Need code for

Post by Milana »

By the way, are there any difference for iPhone and Android? Just in general?
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: I have a Html page but Need code for

Post by twinedev »

Natively, the iPhone I believe runs a version of Safari. Android runs Chrome. Note they can install other browsers as well (ex. I have firefox install on my Droid)

For the most part, most pages I view on my phone that are not customized for a mobile display, still work find for me, just smaller and I have to zoom in a bit for some).

I have also seen some mobile sites, yeah, designed for a mobile browser, that failed on Chrome on my phone, mainly scrolling issues or their pop up ads.

-Greg
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: I have a Html page but Need code for

Post by social_experiment »

ebgames56 wrote:It to be viewed proplery in a iPhone
Fluid layout is a first step to look at

Code: Select all

width: 100%;
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply