mobile-website

Force numeric input for mobile website

I've been using the '-wap-input-format' CSS property to force to numeric input using "*N". 307This works on my SonyEricsson C702, but fails on Windows Mobile IE, Windows Mobile with Opera or SonyEricsson P1i. ...

how to have the c# wpf webbrowser control load mobile version of websites

I have a simple WPF application with a webbrowser control. When I direct the control to load a page I'd like to have the control tell the server it's trying to load the page from that it's a mobile device and therefore load the smaller version of the page. I know a lot of sites just add mobile before the address, so google.com's mobile p...

Enforce numbers in mobile web form

I have a simple webform targeted for Opera Mini and Opera Mobile. I'm using just a HTML input element. Now I would like to restrict the element to only have integer numbers. Is there a way to enforce this in this browser (possible even that the phone will have it's number mode on when entering the form)? And if I wanted to allow floats...

Mobile website for iPhone regardless of orientation

Hi, I'm looking at this site (on my iPhone) http://thumbgames.mobi/mobile/games/ That site is always at 100% width even when you're horizontal or vertical aligned. (obviously don't pinch enlarge it) I copy the exact code and put it on my server, it doesn't behave the same. http://capcai.indorelation.com/experiment_services/web_orientat...

Mobile web - best way to youtube video

Hi, what is the best way to open a video on mobile device? When I do <a href="rtsp://v1.cache8.c.youtube.com/CjYLENy73wIaLQm48jOBFgMm4BMYESARFEIJbXYtZ29vZ2xlSARSBXdhdGNoYOmUwLWB-O6zSww=/0/0/0/video.3gp">video</a> that works fine on my HTC Touch but on iPhone it complained that link is not valid. Please enlight. Thank you, Tee ...

Detecting Requests from Mobile Browsers in ASP.NET

I have an existing web site and I would like to create a mobile version of it that is more suitable. For instance, the main site uses drop-down menus and we all know those are quite the fail on mobile devices. I would like to redirect to my mobile version (it will be a subdomain of the current site) if I detect a request from a mobile ...

developing smartphone apps using Rhomobile.

I have been developing an Android application for about two months now, and the guy I'm writing it for wants me to use this instead of the android SDK so we can deploy the application for multiple smart phones: http://rhomobile.com/ he says you can write the application in one language and it can be deployed for most smart phones. Has a...

Windows mobile start up !

Hello All, I have a web appliction and want that to be accessed on a smartphone using windows .net compact framework completely new to this can anyone suggest me how do i go about this ,I mean development, testing getting it over a phone ??? Regards Franc ...

How to Detect Mobile Browser Capability

I have three different versions of a mobilized website, and as the market is flooded with more and more phones, I'm struggling to keep up with knowing where to push them. I'm wondering if anyone has faced a similar issue, of how to detect the browser type, and forward to the appropriate version of the mobilized website (where it be text...

Create an iPhone website which adjusts rendersize for portrait and landscape

I'm creating a simple mobile website to render specifically on iPhone. I have been researching the viewport setup in order to have the site fixed at 100% So far I have found that the dimensions are Portrait: 320px Landscape: 480px To render the page at full zoom I have used the following meta tag in the html <meta name="viewport" co...