Developing Ajax-enabled ASP.Net applications for the iPhone
Posted on
16th Feb 2014 07:03 pm by
admin
I would like to develop Ajax web applications using Visual Studio that are optimized for the iPhone. There are a few resources on the web showing how this can be done. However, these tend to be optimized exclusively for the iPhone and also require some hacks to have MS Ajax work with certain OS versions of the iPhone. While the web app needs to be optimized for the iPhone, I don't want it to be exclusively designed for that device. The market is heating up with competition to the iPhone with devices that have higher screen resolution. My code should be able to detect what kind of device the user has and provide the properly optimized page. In the event that it cannot detect the device, at the very minimum, I would allow the user to indicate to the application what their screen resolution is. Once I know that, I should be able to provide the proper pages.As for Ajax, I am somewhat concerned about the size of Microsoft's Ajax library that gets downloaded to the client. I believe it's currently around 100k. That is still rather large for mobile devices having a slow Internet connection over a cell phone network. There are other non-Microsoft Ajax stacks available but I am not sure which ones would work with ASP.Net. I came across one that is about 10k. Does anyone know of another Ajax library out there that will work with ASP.Net pages? I don't necessarily require the UpdatePanel. As long as the library can perform a partial page update when working with the server, that is all that matters.Finally, I want the web application to mimic the way native iPhone apps work, with pages sliding in and out when they are navigated to. The UI of the web app should also look like a native app. This requires using the correct css formatting.What would be nice is to have either a project template or item template for Visual Studio that allows me to create an iPhone web app and includes support for an Ajax library that is small in footprint. Is anyone aware of such templates or third-party software that will allow me to quickly put together an Ajax-enabled web application designed for ASP.Net? Having spent several days reviewing what is currently available, it seems I need to end up spending a lot of time developing the infrastructure before I even get around to developing what my application really is suppose to do.
No comments posted yet
Your Answer:
Login to answer
227
32
Other forums
xml element exists
Code: [Select]<?xml version="1.0"?>
<Addresses>
<
Save file by click
Hello.
I'm not understand how to save file from page. I'd like make link to file with save abil
Redistributing dependent dlls
Hai all ,
I have created an application in VC++ using VS2008 in a development machine which r
Email Script does not reach destination
Hey Guys look at this code snippet :
Code:
//read a line from the file
$myFile = "
Looping Problem
I've got a client that has a database with about 200 events at any given time. I'm trying to loop t
Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
Supress some serveroutput but not all
Hi,
I have a script I'm working on that uses plsql to create and RMAN script, this uses d
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)
ClientScript.RegisterClientScriptBlock Issue
This is what I haveview plaincopy to clipboardprint?Protected Sub posrback_Click(ByVal sender As Obj