Mobiles :: Mvc Work With For Multiple Mobile Phones Such As IPhone, Nokia, Blacberry, Palm?
Jul 7, 2010
I would like to know if I can write asp.net mvc website that works for all these types of phones: iPhone, Nokia, Blacberry, Palm and Windows
View 5 Replies
Similar Messages:
Feb 17, 2010
Im creating av web applications intended to be used by all kinds of mobile phones. which screen size I should design for?
View 5 Replies
Jan 27, 2010
I remeber a looong Time ago i saw a video that showed:
Some one using a mobile tags, and asp.net would see what for device it would render it for specific device.
I'm working on a mobile ecommerce store, but looks crap on Iphone or ipod touch.
View 2 Replies
Jan 11, 2011
I am developing an ASP.Net website which has a listbox which will be accessed by IPAD.The problem I am facing is that listbox has rather long text and IPAD does not show horizontal scrollbar when I use div tags. The two-finger horizontal scrolling doesn't work either on IPAD /Iphone.
View 1 Replies
Mar 16, 2010
I wrote a simple asp.net page with few controls and a function in Javascript that make input validation.
The javascript function is called on button click event. I use Windows Mobile 6 Classic emulator, and the javascript doesn't work at all.
I saw few posts on this forum saying that IE mobile works just with jscript and doesn't work with javascript.
Is it correct ?
Is that mean I have to change my javascript code to jscript code ? I always thought they are the same.
Is there newer versions of ie mobile that works with javascript ?
View 11 Replies
Apr 21, 2010
whether StyleSheet of mobile controls works with Command controls of mobile controls ...
View 1 Replies
Jun 3, 2010
How can i test the mobile application in different emulators like BlackBerry & MOtrola etc phones. Can any body tell, where can i get the BB, Nokia, motrola emulators.
View 2 Replies
Apr 5, 2010
I am new to mobile applications. How to develop a .net web application which will support all the phones like iphone, blackberry etc...For developing this applications what are the softwares we need.
View 6 Replies
Sep 26, 2011
I have read many pages on detecting mobile phones but my question is for setting the screen size for this. I can easily made the screen the same size as my mobile phone but on some devices you still have to zoom in to see it. Is this mainly on the device side that needs to be set? Is there any way to tell the device to show the page zoomed in?
View 10 Replies
Apr 22, 2010
If I have a asp.net site for desktop, what should I do to enable smart phones ?By mistake I added a / to the URL and I noticed that the desktop web site was simple, no buttons, just URL links set to a side.
View 2 Replies
Aug 8, 2010
I have an assignment to develop a mobile application for My company's customers (around 250000). its could be download from our website or we can also provide to our customers those are visiting our branches, on their demand.Requirments:
View 5 Replies
Jun 29, 2010
about iPhone3 development in dotnet, How can I start? what are the requirement for iPhone3 development?Also if posible provide me ebook.
View 6 Replies
Sep 28, 2010
I'm putting this tag at the header of my HTML pages, trying to get the page to stop vertical scrolling on mobile browsers like iPhone Safari:
View 2 Replies
Jun 4, 2010
I want develop small iphone blog application. How can i do it. I want steps should i follow? I am beginner for iphone application,
View 5 Replies
Mar 22, 2010
How to develop the IPhone Application using ASP.net. Which are the Softwares and Simulators we have to install to develop the application.
View 7 Replies
Mar 10, 2011
How to create application for iphone and mobile web application in asp.net?
View 5 Replies
Feb 5, 2010
how to develop iPhone application using ASP.NET. and what are the minimum requirements to develop.
View 5 Replies
Feb 18, 2011
I need a set of basic Ajax controls that work well with ASP.NET. I need the basic controls, like lists, trees, masked edits, accordians etc. However, my twist is that many of the users of my web app will be using mobile browsers on Android and iPhone, so the controls need to work well in small screen touch oriented formats. (For example, the ASP.Net Ajax library resize control just doesn't work well in this environment.)
Does anyone have any experience and recommendations in this area?
View 2 Replies
Jul 5, 2010
I've some files stored in a SQL database. When a user visits a url with the given ID, the BLOB data is retrieved from the database to the webbrower via:
Byte[] myData = b.BlobContent;
Response.Clear();
Response.ContentType = "application/octet-stream";
Response.AddHeader("content-disposition", "attachment; filename=" + fileName);
Response.AddHeader("Content-Length", b.SizeInBytes.ToString());
Response.BinaryWrite(myData);
Response.End();
However, the iPhone (Safari) can't download a *.txt and *.doc file. It says: "Safari can't download this file". A pdf can(!) be downloaded and viewed.
On Android none of the files can be downloaded.
Is this because the iPhone and Android just can't handle all files? Or am I doing something wrong in the Response.
View 1 Replies
Sep 17, 2010
Is DragPanelExtender not working in Safari/iPhone? Same page works just fine in other browsers but not on iPhone.
View 1 Replies
Jan 18, 2011
I am very new to iPhone development. I have some queries regarding it and these are:
1) Can I develop iPhone application on Windows PC with the help of .NET framework? I have heard that if it is required to distribute the app throgh iPhone store, it must be developed on MAC OS.
2) Is there any open source framework that does the same? The purpose is to distribute the application.
3) Is there only one solution - get a intel MAC OS and develop iPhone app on this very machine?
View 2 Replies
Apr 7, 2010
How can i detect if iPhone access to my pages?
For example default.page. When users use iphone to browse default page, it will redirect to iphone default page.
View 3 Replies
Jan 13, 2010
I finally got iphone's VPN working with our firewall so iphone users can see our Intranet pages. But I'm having trouble with pages which contain links to pdf files stored on network shares. The pages render links similar to this:
<a href="\server1pdfsfile1.pdf.zip">file1.pdf</a>
When viewed with IE7 on a Vista desktop these links work great, opening the pdf file in the browser window. But on the iPhone the link results in a 404 error.
Is there some trick to rendering a link to a PDF file stored on a network share that Safari can open, or is it just not possible?
View 3 Replies
Jul 9, 2010
I would like to take our current mobile website and redesign it for iPhone use. All of the code on our website is currently run server-side and is split up in multiple pages, but I would like to get all the client-side features like transition animations and iPhone-like buttons that jQTouch offers. Where should I start?
View 1 Replies
Oct 8, 2010
I have a webpage with an asp.net 2.0 upload file control, it works on Windows, but not in the IPad/IPhone, the textbox of the upload control has disappeared, and the button of the upload control is disabled.
View 4 Replies