Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am testing my website in ipad. The buttons in my webpage are not taking my custom style ,it is taking its default button style.Because of that my text allignment inside the button is also missing.is it the default behaviour of IPad(rendering the buttons and textboxes as per the IOS style)?

Regards,
Hsakarp.
Posted

Two good resources for you.

1. Re: asp.net ipad design[^]
Quote:

What you need to look into is the concept of Responsive Design techniques. This focuses on creating a website or web application that can adapt to a client’s screen or interface (which would include devices such as an iPad). There are (2)
good links below on the topic. The 1st is a video by Shawn Wildermuth from the AspConf online session last month which is worth watching.


Responsive Design:

http://channel9.msdn.com/Events/aspConf/aspConf/Responsive-Design


Responsive design using Foundation with ASP.Net MVC:

http://www.simple-talk.com/dotnet/asp.net/responsive-design-using-foundation-with-asp.net-mvc/


Hope this helps!



2. Detect iPad and change CSS accordingly in Asp.Net[^]
 
Share this answer
 
Thanks Tadit Dash.I am sorry if i have confused you. My problem is like by default all the buttons and textboxes are rendered in IOS Style. Say currently my buttons are in Clean Rectangele with dark blue in it.when i render that page in IPad i am getting button with curved edge just like other buttons in ipad.Is there any way i can force the buttons to overide that functionality and render my rectangle shaped buttons.


Regards,
Hsakarp.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900