Tagged Questions
The iphone-web tag has no wiki summary.
55
votes
30answers
6k views
Are you doing iPhone development? How do you learn?
I am looking for more iPhone developers who are actively posting to their blog and/or Twitter. I have been learning a lot from books but the online resources beyond Apple's developer site have been ...
29
votes
3answers
38k views
How do I lock the orientation to portrait mode in a iPhone Web Application?
I'm building a iPhone Web Application and want to lock the orientation to portrait mode. is this possible? Are there any web-kit extensions to do this?
Please note this is an application written in ...
20
votes
5answers
22k views
iPhone UIWebView local resources using Javascript and handling onorientationChange
I'm trying to server HTML Javascript and CSS content from an iPhone application's local resources, and I'm having trouble handling onOrientationChange events and including external Javascript.
I seem ...
19
votes
5answers
26k views
Date Picker for iPhone Web Application
What is best way to show Date Picker for iPhone based Web Application. Can we show something like iPhone native date picker like shown below in web application:
14
votes
4answers
26k views
11
votes
3answers
3k views
Detect iPhone 3G or 3GS (and iPod touch 2G vs iPod touch 3G) in JavaScript
Does anyone know a way to detect the older set of devices:
iPod touch 1G
iPhone 2G
iPhone 3G
iPod touch 2G
From the newer set:
iPhone 3GS
iPod touch 3G
iPad
iPhone 4
I have found methods to ...
11
votes
3answers
4k views
Is it possible to force ignore the :hover pseudoclass for iPhone/iPad users?
I have some css menus on my site that expand with :hover (without js)
This works in a semi-broken way on iDevices, for example a tap will activate the :hover rule and expand the menu, but then ...
11
votes
8answers
16k views
iPhone Safari does not auto scale back down on portrait->landscape->portrait
I have a very simple HTML page with this META tag for the iPhone:
<meta name="viewport" content="height=device-height,width=device-width,initial-scale=1.0,user-scalable=no" />
Using the ...
10
votes
2answers
132 views
Detect if <input type=“file” /> is supported
I'm building a mobile version of my site which has a file upload facility, accessed via an 'Upload Button'
I would like to hide the button from iPhone users, as the control just appears greyed out - ...
10
votes
6answers
4k views
Can I trigger a CSS event in mobile safari upon iphone orientation change?
I'm trying to figure out how to change an embedded web page when the user rotates their phone from portrait to landscape mode - basically to load a view that is better suited to the wider screen ...
10
votes
4answers
25k views
Sending POST data from iphone over SSL HTTPS
In my iphone project i need to pass the user name and password to a web server,previously i pass data using GET method and used the url with GET format (eg: ...
8
votes
2answers
2k views
What is the difference between an iPhone web app and an iPhone app?
I ask this because I am on the verge of diving into iPhone development and I have been intently following the iPhone related questions here.
This question:
...
8
votes
8answers
20k views
Hiding Safari User Interface Components on iPhone
In an attempt to hide the Safari UI components for an web-app bookmarked as a Homescreen Icon. I am using this meta tag
<meta name="apple-mobile-web-app-capable" content="yes" />
as ...
7
votes
2answers
547 views
sliding page in mobile web application
In jquerymobile there is a slide transition when next/prev pages are shown, but on iPhone4 its behavior/animation is like this
--next button clicked
--Url bar is shown
--whole page is moved down
...
7
votes
7answers
8k views
iScroll 4 problem with form <select> element iphone safari and android browser
I'm using this html code
<form action="#" method="post">
<fieldset>
<label class="desc" id="title10" for="Field10">
How many children do you have?
...
7
votes
1answer
724 views
iphone bookmarklet cookie persistence
I have an iphone (jqtouch based) web app that uses cookies for authentication. The use flow is as follows :
user goes to the mobile landing page and is instructed to save the page as a bookmarklet ...
7
votes
2answers
6k views
Uploading files using HTML file input on iphone
I am creating a web form for uploading small movie clips to a HTTP server. However, while my HTML file input control gets shown on an ipod touch, the button is completely disabled and I cannot click ...
7
votes
7answers
5k views
Easiest way to determine whether iPhone internet connection is available?
I am looking to determine whether an internet connection is available on the iPhone. It doesn't matter for the app whether it's wifi or EDGE or whatever.
Using the code from the SeismicXML example ...
6
votes
1answer
1k views
Preventing iPhone scaling when rotated
When I rotate my iPhone into landscape mode, the iPhone automatically bumps the text size up.
What is the best way to prevent this? I'd like rotation to give the visitor more text to read, not a ...
5
votes
2answers
9k views
Slow animation with webkit-transform translate() in iPhone OS 3.0
Has something changed in JavaScript handling in iPhone OS 3.0? This code works in Safari 4 Public Beta and in iPod Touch 2.0, but not in iPod touch with iPhone OS 3.0. The purpose is to move the box a ...
5
votes
2answers
751 views
Websites for the iPhone - but what about other platforms?
I recently did the Chris Coyier tutorial from the css-tricks.com weblog #38: Basics & Tips on Designing for the iPhone. Needless to say I got very excited and suggested to a guy that I do some ...
4
votes
2answers
521 views
Which is the best mobile web application development framework [closed]
I am in the process of converting an existing Java/J2EE based web application into Mobile web application which should support iPhone, Androind devices, Blackberry etc. And also different screen sizes ...
4
votes
2answers
2k views
How to open a new window on iphone's standalone (fullscreen) mode
<!doctype html>
<html>
<head>
<title>page</title>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
...
4
votes
2answers
2k views
iPhone Web App splash screen delay
I've built an iPhone web app and have done all the steps to make it look like a native app: app icon, prevent scrolling, prevent selection, use touch-based js methods, etc. However, I'm having a tough ...
4
votes
2answers
2k views
iPhone 4 mobile web app pixel scaling issues
I'm having trouble getting my mobile web app to render properly on my iPhone 4. According to Wikipedia, the iPhone 4 has 960 width x 680 height pixels and the other iPhones have something like 480 ...
4
votes
5answers
2k views
Why does Javascript run so slow on iPhone?
I've been researching writing an app for iPhone. I really like the look of PhoneGap which basically allows you to contain a webpage in an app. My skills are primarially in HTML/Javascript so this ...
4
votes
4answers
3k views
Why doesn't border-radius work properly on text inputs in MobileSafari?
Here is a reference HTML document:
<!DOCTYPE html>
<html>
<head>
<style>
body { background-color: #000; }
input { -webkit-border-radius: 20px; }
</style>
...
4
votes
3answers
1k views
In Sinatra, best way to serve iPhone layout vs. normal layout?
I'm writing a Sinatra app which needs to render different layouts based on whether the user is using an iPhone or a regular browser. I can detect the browser type using Rack-Mobile-Detect but I'm not ...
4
votes
0answers
893 views
Preventing mouse emulation events (ie click) from touch events in Mobile Safari / iPhone using Javascript
In doing a single page Javascript app with interactive DOM elements I've found that the "mouseover-mousemove-mousedown-mouseup-click" sequence happens all in a bunch after the ...
4
votes
7answers
2k views
iPhone - Native App GeoLocation VS Web App GeoLocation
Here's my situation; I've built a very simple web app that looks up a users location and plots it on a Google map.
Here's my code: http://pastebin.com/d3a185efd
When I test it, my location is ...
4
votes
4answers
5k views
Handle iPhone Events (like slide-left) in Mobile Web Site
Does the iPhone browser have special events that I can hook into with Javascript? For instance, if the users slides to the left, I would like to perform a certain action. If there are events like ...
4
votes
8answers
5k views
iPhone web application development
I would like to create a website that is iPhone-friendly ... that looks like an iPhone app, but is really on the server, just like Gmail for iPhone.
My understanding is that this is how Apple ...
4
votes
4answers
1k views
Requirements for web development for iPhone Mac/Windows?
I am planning to make an iPhone web application and I just wanted to know what is required for web development?
Can I do the web development on a windows machine? Does Apple provide any iPhone plugin ...
3
votes
2answers
67 views
White Screen during loading the ViewBasedApplication in iphone
I am new to iPhone. I have Develop one aplication that is of ViewBased Application.
Everything is right but while i run the application, instead of showing list of content it shows the white screen. ...
3
votes
2answers
86 views
Upload image and text data in iphone
Hi stackoverflow friends
I want to upload text along with image to the webserver. I saw so many examples for uploading images to webserver but nobody explains how to send text from a uitextField ...
3
votes
1answer
247 views
Youtube player can't be covered by any HTML element
I have a website which contains youtube flash player. Player's code was copied from Youtube and pasted to an HTML of my page.
When I'm opening the page in iPhone or iPad, the player can't be covered ...
3
votes
1answer
403 views
iphone webapp - overflow hidden?
hey guys,
i'm currently working on a website for the iphone. how can i hide the overflow of my website on the iphone. the website is longer than the viewport of the iphone, however i want to hide the ...
3
votes
5answers
1k views
Implementing REST Service (JSON) on Google AppEngine
I am playing around with implementing a REST service on the Google AppEngine. I would prefer using GAE Java and JSON for communication between the service and clients.
What is everyone's favorite ...
3
votes
4answers
3k views
view .doc, .docx, .rtf, .ppt file in iphone using Webview
I want to view .doc, .docx, .rtf, .ppt file in iphone.
But I guess something is going wrong at my side and its not working for the above formats but my code is working fine for .txt and .pdf files.
...
3
votes
4answers
503 views
jQuery i++ and i— problems … what on earth?
Could someone please tell me what I am doing wrong? I'm not a newbie at programming but I feel like it tonight! Every time I increment the incrementing variable it throws a fit! When add one to it, it ...
3
votes
3answers
1k views
Tips on implementing a custom UITextView interface on the iPhone?
I am trying to implement a control to edit text that will display the text in multiple colors. None of the solutions I have attempted yet have been good enough.
UITextView cannot accomplish this. ...
3
votes
1answer
3k views
Detect Installed Application URI Handler on Webkit browsers
I have a question mainly related to the Iphone web browser but I am hoping the same solution would work on other browsers that are webkit based.
I have a application (Iphone + Android) that registers ...
3
votes
8answers
3k views
iPhone web splash screen not working
In iPhone web applications you supposedly can define a custom splash screen that will appear while the site is loading (when loading the site from a saved bookmark icon on the home page). The point ...
3
votes
1answer
2k views
Mobile Safari SVG rendering issues with raphaeljs
I am working on an animated, interactive graph using raphael that I need to work well on the iPhone. I have 2 minor rendering issues that I'm struggling with.
The first is that whenever you click on ...
3
votes
1answer
959 views
find iphone device id from web request
is it possible to find the device id on a web server if a page is viewed from the iphone/ipod touch browser
3
votes
1answer
2k views
Find current location by using html in iphone
when i send email which contain destination address when user will click on that address he should get directions from his current location to destination address on google maps.
i tried to do using ...
2
votes
1answer
165 views
iphone using NSXML parser how to parse the attributes
I want to know how to parse the attributes in below xml file
<ROOT_ELEMENT><RESPONSE READ_TAG="LEVEL_LIST" RESULT="" TEXT=""/><USER USER_NAME="newadmin01" TOKEN_ID="0.766003221016982" ...
2
votes
1answer
113 views
Building my own image viewer in a UIWebView - replaceing flash image player in web pages
I'm building a new app and got a bit confused of "Howto" do it:
The concept is to build an image viewer (with capturing and responding to zoomin and scalling actions) which can be placed in a ...
2
votes
2answers
754 views
slide a page in web application
I want to slide left/right a page with some animation. (Just like iphone apps)
<body>
<div id="page1">
<!-- Full screen content with a button at bottom, on click I want to ...
2
votes
0answers
814 views
Strange behavior width Safari (iOS) inner/outer width/height
I have been working on a mobile version for one of our services at work, and have been doing some fidling around with jqTouch, and the orientation feature bugs me a bit.
So while trying to find a ...