Tagged Questions
0
votes
1answer
21 views
Facebook iPhone web app Authentication not working
i have made a web app for the iPhone that connects to facebook using oAuth.
When i try this on my computer everything works fine: i can click login on my page, it redirects to a authentication page ...
-2
votes
0answers
8 views
How to limit any gestures in WebApp or iPhone native WebApp [closed]
I'm train to make a very simple WebApp in dashcode with a green screen only to make a chroma key in video post production so i need that the screen not recognize any gesture or tap or drag...
Sorry ...
0
votes
0answers
13 views
JS slideToggle not working on iPhone web app
I have this JS for my slideToggle function:
<a id="showhide-notes"><strong>Notes</strong></a>
<div id="notes-div" style="display: none;">
display here
...
0
votes
0answers
9 views
mquery @import media query for iphone5 landscape mode
drotar
I am looking for the @import url media query for the landscape mode of the iphone 5 (4 inch screen). Has anybody out there used it or does it even exist? I've been searching google for the ...
0
votes
0answers
31 views
Maintaining a PHP session on an iPhone web app
I've just created a web app on my iPhone. I can open it and log in with no problem, but whenever I return to the app it has forgotten my previous session and I have to re-enter my username and ...
0
votes
0answers
16 views
No sound after wake up
I am using an audio sprite based on HTML5 Audio object to play sounds in my web application.
After suspending and then waking up the phone in the "standalone" mode (page having ...
0
votes
1answer
208 views
Request desktop site option on mobile devices
Many Mobile devices like my android phone have a 'request desktop site' option. I'm in the process of building mobile websites and want to make that native feature work.
What is expected on our end ...
0
votes
0answers
48 views
Pre caching webpage when app loading in ios
I've problem in ios that loading webpage in UIWebView is getting too slow at first time.It is possible to pre cache the specific webpage when loading the app, Then show that pre cached webpage on ...
1
vote
1answer
46 views
standalone web app link script - stop it from appending links which have a specific class?
This script prevents links from opening in Mobile Safari. This is for when the web app is in app mode on iOS (home screen bookmark).
gist.github.com/1042026
if(("standalone" in window.navigator) ...
1
vote
1answer
65 views
No scroll javascript causes not working text input ? iPhone Web App
I have an iPhone web app, and i use this Javascript to make scrolling or selecting things impossible:
document.ontouchstart = function(e){
e.preventDefault();
}
I just discovered this code also ...
0
votes
0answers
47 views
iPhone Webapp manifest file
Can I specify a second HTML page in my manifest file, so the app stays in side the app and not opens the browser, when a link, pointing to that location is clicked.
This is my current ...
-3
votes
1answer
90 views
Will apple allow an iPhone app with embedded browser that does something against app guidelines [closed]
I want to create an app on the iPhone app that has some specific functionality. Apples current guidelines prohibit this functionality. We are currently planning on splitting the app up. ...
0
votes
0answers
139 views
Prevent iPhone web-app from scrolling on focus of an input field
When you click on an input field on a website in the iPhone Safari it automatically scrolls the content the way the input will be centered. I would like to prevent Safari of doing that and found ...
0
votes
1answer
87 views
Startup image not updating on installed ios webapp
I have my web app installed on my device, the app can be updated changing the cache.manifest, everything changes except the startup image, this image cannot be updated when the app its already ...
-1
votes
1answer
174 views
install this web app to your device
Im just wondering something.
I have a web app situated at m.xclo.co.uk
I notice that when looking at other IOS web apps, they have an image that points to the browser menu telling people to install ...
0
votes
6answers
83 views
A website as a cross platform mobile application? [closed]
I'm trying to develop a cross platform social networking mobile application for iPhone, WindowsPhone, and Android. I have a background with web development, so I was wondering if it was possible if I ...
0
votes
1answer
84 views
opening Safari from iphone native web app
I have a web app wrapped up into iphone native app. in that webapp there are some links e.g "full website". when user click that link, I want to open that page in a separate Safari browser, out of the ...
2
votes
4answers
582 views
move existing web app into a native phone app using a browser wrapper
So lets say there is a fully functional responsive ruby rails web app. This app works and looks great on mobile phones. Unfortunately, this web app can't be seen from the mobile phone app stores, ...
0
votes
2answers
36 views
Android Application that points to a web app
I have a web application that is optimized for mobile viewing, so that it can be used on all smartphones (Android, iPhone, etc).
The development of the web application is nearing completion, but I ...
1
vote
1answer
28 views
Caching videos for webapp - bad idea?
I'm creating a webapp for the iPhone. I want to let users offline use the app, but the app also has videos in it. Is it a bad idea to cache those videos?
Thanks in advance,
Renzo
1
vote
0answers
40 views
What are some examples of technologies to build a Runkeeper-like service? [closed]
I'm relatively new to programming, but keen to learn. I'm starting a project offering a similar service to Runkeeper, but for your general health. I've started programming an iOS MVP, but what ...
0
votes
1answer
54 views
How to play downloaded videos in android + iPhone webview
I am developing a web app for android + iphone in which I want to impliment following function.
If user is connected to WiFi he can play videos direct from server or can download videos to their ...
1
vote
1answer
110 views
How to turn off link effect on iPhone/iPod/iPad (CSS)?
Information: I suppose you've seen this dark box appear around a link when you click it on an iPad/iPod/iPhone. If not, click a link, and you'll see it appear and disappear when the new page has ...
0
votes
1answer
103 views
Apple meta tags & startup images not working
I have a Rails app which is using a responsive Boostrap layout to scale down for mobile.
I want to get a splash screen and hide the task bar on iphones
I have the following code:
<head>
...
0
votes
1answer
55 views
Amazon SimpleDB – atomicity & queues - make 2 puts in an atomic way?
We have a couple of smartphone apps that rely on Amazon SimpleDB and s3.
The architecture is typically very simple, the data not sensitive, there are not too many users per app, the apps query Amazon ...
1
vote
1answer
87 views
how to remove play images over the html5 video player for iphone web applications
I am developing web application for smart phones using tapestry. I have html5 video tag in my player page. In my video player, its shows default play image over the player at the first snapshot.
This ...
1
vote
0answers
89 views
Keep iPhone webapp loading screen up until another image is loaded
I am making an iPhone webapp and I have the apple-touch-startup-image set, and I have a div in the app with the same image so the rest of my app can finish setting up before displaying.
My problem is ...
0
votes
0answers
121 views
Viewport for iPhone - not working only on iphone
I have developed an exactly 1000px width website. I tuned the viewport on both iPad, Android phone etc, they work very fine.
However, the problem is on iPhone.
I want to show exactly the whole page ...
0
votes
0answers
154 views
The Viewport setting on iPad, iPhone, any mobile device
I am doing a website (1000 width) which want to fit for the screen on iPad and iPhone or even any mobile devices, I have already set the viewport and also deal with the famous "Orientation problem" of ...
1
vote
1answer
52 views
Testing a web based application on Iphone [duplicate]
Possible Duplicate:
Is there a way to test a web site on the iPhone without an iPhone?
I have been looking for a way to penetration test an Iphone based web application. XCode has got the ...
0
votes
1answer
104 views
iPhone webapp disabling touch & hold to save image
I'm having a little issue.
I have a mobile web-app for iPhone...
My mobile site needs users to be able to touch and hold an image to save it to their phone..
However, when opened as a web-app , unlike ...
1
vote
1answer
128 views
Convert iOS app to Web-App [closed]
I have an app that has been rejected numerous times, and one of the suggestions is to make a web-app. The app is already made to run natively on the iPhone. What would be the simplest and quickest way ...
1
vote
0answers
108 views
iPhone webapp: input keyboard moves page up
I have a page with four inputs on it and when I click either of the two bottom ones the whole page moves up to make room for the keyboard, but the odd thing is that there is already room for the ...
1
vote
0answers
96 views
Running a web app from the iPad home screen as an iPhone web app?
A few weeks ago while developing a web app for iPhone/iPad, I tried adding it to the iPad's home screen. When I launched it, it launched as an iPhone app running on an iPad (portrait with the 1x/2x ...
3
votes
1answer
98 views
Hover state firing on web app when scrolling
Creating a web app over here, and the biggest issue I'm facing is that whenever you scroll through the content, all of the hover/active/focus states will fire-off, making it rather annoying.
In a ...
1
vote
2answers
256 views
Imitate a iPhone swipe view on a webapp (like the weather app)
I'm trying to find a Javascript snippet that I can archive the UIScrollView + UIPageControl effect of the iOS using Javascript and CSS3.
Generating the page control to a dot to each view and do the ...
0
votes
0answers
106 views
Single page smartphone web app with scrollable panels of different heights
I'm making an iPhone web app with various panels loaded into absolutely positioned divs equal to the height of the screen (html and body also set to 100% height). Each panel's content is of a ...
1
vote
0answers
80 views
iPhone web app launched from home screen - links only work after scrolling off the top of the page?
I'm creating a mobile web app that is intended to be deployed to the user's home screen. The app works perfectly fine within Mobile Safari and other mobile browsers, but when deployed to the home ...
0
votes
0answers
73 views
Detect a phone call in browser
I am working on a mobile website that streams audio. I want to be able to pause the playback in case the user receives or makes a phone call, and continue again when the phone call ends. Is there a ...
2
votes
1answer
228 views
Embedded Youtube Videos not playing when web app is added to homescreen
I've made an app for a client that uploads a vide to youtube and then emails them a link to a page that, when opened on Safari, displays the video and then prompts them to add the page to their ...
0
votes
2answers
266 views
Webapp homescreen title suggestion and jquery mobile
When user chooses "add to homescreen" option from mobile Safari she sees a dialog where she can enter title for that shortcut. The text field is already filled with some default title.
The question ...
1
vote
3answers
224 views
Write ONE code-base for Mobile and Desktop?
I am interested in writing a single code-base for an application, that will work across iPhone, Android and Blackberry mobile devices as well as on desktop browsers like Firefox, IE and Chrome.
Is ...
0
votes
0answers
24 views
How to use the cache only when needed
I was bored today, so I decided to have a go at seeing what I could do with the web app API on the iPhone, and maybe make some future web apps using this. My web app is currently here and working ...
0
votes
1answer
62 views
mobile web app - keyboard not appearing
I have a mobile web application, working well on simulator 5.1/6.0, xcode 4.5 for iphone.
But when I test on a real device (3gs, ios 5.1), I get a strange behavior: anywhere I place an input field ...
1
vote
0answers
174 views
iFrame ignores width attribute
I check the User Agent with JavaScript and depending on which i want to change the width of the iframe. The iframe is loaded, but on the iPhone the width attribute is ignored.
I have experimented ...
0
votes
0answers
98 views
In local iPhone webapp with jQuery, I can't see arrow icon in listview
I made an local iPhone webapp (html, css, js, jquery-related.js, jquery-related.css all in local) then I made an listview by below code...
<ul data-role="listview" data-inset="true">
...
0
votes
0answers
210 views
Splash screen not launching for iOS 6 web app on iPhone 4s
I have an iOS web app not launching the splash screen on an iPhone 4s and Retina 3.5 simulator. Here is the code I'm using:
<!-- iPhone (Retina) -->
<link href="Default@2x.png" media="screen ...
5
votes
2answers
587 views
White flicker between launch image (splash screen) and app homepage
I have a very simple HTML5 iPhone web application that works perfectly except for one issue: between the launch image and the app homescreen, a completely white screen appears for about one second.
...
1
vote
3answers
129 views
iPhone app with local HTML file doesn't support link
I want to create simple iPhone app with local HTML file.
NSString *htmlFile = [[NSBundle mainBundle] pathForResource:@"index" ofType:@"html"];
NSData *htmlData = [NSData ...
0
votes
0answers
108 views
webapp back button not working when minimize
i had web app using jquery mobile framework, i added back button there using this code:
<div data-role="header" data-theme="g" data-position="fixed" data-tap-toggle="false">
<a ...

