iphone-standalone-web-app
How to initiate a phone call in a web app on iPhone
I want to implement a JavaScript API to initiate phone calls programmatically and without the need for a native Objective-C implementation.[详细]
2023-03-24 17:47 分类:问答How do I open a URL in a web browser from an iOS standalone webapp
I have a web app that runs in standalone mode on the iPad (using <meta name=\"apple-mobile-web-app-开发者_JAVA技巧capable\" content=\"yes\" />).[详细]
2023-03-21 14:23 分类:问答How to run javascript if iPhone is not in full screen mode?
I\'d like to run this script, but only when iPhone is not in full screen mode. <script> if (navigator.userAgent.indexOf(\'iPhone\') != -1) {[详细]
2023-03-20 04:37 分类:问答How do you keep an iPhone/iPad web app 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 fil[详细]
2023-03-14 16:39 分类:问答Safari Mobile full screen
I\'m trying to set the full screen mode on my iPhone Web App, I have read the Apple\'s documentation on apple-mobile-web-app-capable meta tag, but it doesn\'t work, can you help m开发者_运维技巧e? Tha[详细]
2023-03-08 10:56 分类:问答Is it possible to create a full screen web app on iphone/ipad without adding it to the home screen first?
I know I can use the apple-mobile-web-app-status-bar-style meta tag and after adding the web page to the home s开发者_开发技巧creen, it will run the app in full screen mode.[详细]
2023-03-05 00:45 分类:问答Using "apple-mobile-web-app-capable" within ASP.NET master pages causing new browser to open
We are trying to create an ASP.NET web app using the \"apple-mobile-web-app-capable\" meta-tag to control the appearance of the page on an iPad.[详细]
2023-03-04 16:40 分类:问答Background behavior for iOS Web App (so app doesn't restart)
I\'m trying to build a mobile web app and am intrigued by the \"apple-mobile-web-app-capable\" option, making the app feel a lot more native.[详细]
2023-03-01 16:41 分类:问答Launch mobile safari from full screen web app on iPhone
I\'ve Googled this question in a few variations and can only find answers in the context of using PhoneGap or jQuery mobile. However, I\'m using neither... just plain old html and javascript.[详细]
2023-02-19 18:56 分类:问答iOS Web App Display
I have created a web app that, for the last step of user interface, leads a person to a web site which generally displays a pdf file, but which sometimes can be a normal web page. Everything works per[详细]
2023-02-08 01:20 分类:问答