¡@

Home 

2014/10/15 ¤U¤È 10:04:02

iphone Programming Glossary: aspx

How do you keep an iPhone/iPad web app in full screen mode?

http://stackoverflow.com/questions/6429492/how-do-you-keep-an-iphone-ipad-web-app-in-full-screen-mode

in full screen mode I have an HTML5 iPad app that works offline. The app essentially consists of 4 html files and 3 aspx files. My cache manifest is setup so that only the html files are available offline and the aspx files require a network.. of 4 html files and 3 aspx files. My cache manifest is setup so that only the html files are available offline and the aspx files require a network connection. This is all working great Now I've gotten to the point where I'm putting the finishing.. between the html pages. The problem I'm having is getting the app to stay in full screen mode when one of the server aspx links are clicked. When a server link aspx is clicked Mobile Safari kicks out into full browser mode and opens a new window...

UIWebview and IPhone content does not postback (ASP.NET Browser Capability issues)

http://stackoverflow.com/questions/7275695/uiwebview-and-iphone-content-does-not-postback-asp-net-browser-capability-issue

does not postback ASP.NET Browser Capability issues I have a simple page it's structure is as follows pseudo code aspx page ascx control asp dropdownlist id dd1 autoPostback true asp dropdownlist id dd2 ascx control aspx page In ANY desktop.. pseudo code aspx page ascx control asp dropdownlist id dd1 autoPostback true asp dropdownlist id dd2 ascx control aspx page In ANY desktop browser dd1 posts back and the SelectedIndexChanged server event is fired. However in the IPhone safari..