Questions tagged [iphone-web-app]

186 questions
0
votes
1 answer

Mobile Web App: what is the maximum size of the cache that could be stored in the device memory for the offline usage of the web app?

I have to develop a web app that could be used both online and offline on iOS7, iOS8 and Android. The app has a lot of contents and images, because it is a brochure app with more than 300 products, each one with image gallery. That's why I'm scared…
user3255068
  • 53
  • 1
  • 6
0
votes
1 answer

Offline HTML5 web app iOS/Android: under which conditions is it possible?

I need to develop a catalogue mobile app, that will be used as products' brochure by the sales employees of the company. I need that the whole catalog of products (the list of products, the single product page, the product search) is accessible also…
0
votes
0 answers

iOS safari different than iOS desktop shortcut to same website

I made a webapp that has a spinner while the login form is submitted using javascript, the spinner stays on the page until the page switches. I have tested this with Safari, Chrome, Firefox on an actual computer, on Chrome and a Desktop shortcut on…
0
votes
1 answer

Web App - iphone app icon

well I've searched upon the web for an answer, yet to find a solution. I'm trying to add an iPhone web app icon (the one when you save the webpage to your home-screen) through the following code:
0
votes
2 answers

safari web app open rel="external" in safari instead of web-app

I'm trying to make my site a web app. The first time i watched it all the links opend in the safari browser. after adding a script to the site that whas no longer a problem. This is the script: if(("standalone" in window.navigator) &&…
user3602420
  • 127
  • 1
  • 11
0
votes
1 answer

In-app purchases in iOS webapp?

This might be a stupid question but after googling for a bit I can't seem to find an answer to this. Is there any way of allowing users to buy things with their Apple ID in a webapp? I know it's basically a website loaded into a stripped down Safari…
0
votes
1 answer

Web app not working on iPhone - how to debug?

I have created a web app. It is written in C# and asp.net but the majority of the functionality is written using jquery and jquery ajax. It runs on safari browser for windows. It does not run on iPhone. It runs on Android. I am trying to work out…
Andrew Simpson
  • 6,883
  • 11
  • 79
  • 179
0
votes
1 answer

Fast "Tab" Switching in Menu Bar in mobile web app

I am trying to have a native-like tab bar for a mobile web application. I have a fixed menu list that changes the page content on the same page and I would like to have the menu items instantly change highlighted state when tapped but am finding…
0
votes
1 answer

What devices are necessary for mobile app development?

I'm developing a 3D application with css3 and webgl for ios6+ and android 4.0+ (mainly for mobile phone). The devices I have are iPhone 4S(iOS7), iPad mini2 and nexus 5. So is necessary for me to have an iPhone 5S or any other devices to do the…
Kevin
  • 300
  • 1
  • 12
0
votes
1 answer

Use javascript change a dom's translate3d not smooth then native slide behavior

I wrote a web app use touchevent to change a dom's position,on touchstart start_position = [event.pageX,event.pageY] at sometime add touchmove event,every trigger,change Translate3D in requestAnimationFrame's function current_position =…
igaves
  • 63
  • 1
  • 6
0
votes
2 answers

Can you hide the status bar in an iOS 7 web app?

I'm making an "add to home screen" game, and I want to be able to have the status bar with the time and battery be completely hidden. I know that you can change the color of the status bar; can you completely hide it? Thank You, Noah EDIT: I don't…
Noahb32
  • 73
  • 7
0
votes
3 answers

jQTouch Spinning Wheel (Cubiq) Implementation Won't Work

I am trying to get a nice Spinning Wheel working within my webapp. However, I keep receiving an error within Mobile Safari that the variable 'blabla' cannot be found. I have implemented both of these suggested solutions: Change…
Peter
  • 9
  • 1
  • 5
0
votes
2 answers

App doesn't work in Portrait mode, can I stop it from rotating? iPad

I'm developing a temporary web app for the iPad. It's really just a stop-gap until a proper mobile solution can be devised for this particular product. One issue is this app works and looks perfect in Landscape, but in Portrait mode, the dimensions…
Daft
  • 10,277
  • 15
  • 63
  • 105
0
votes
0 answers

keyboard scrolls up and down when the page loads in ipad app (ios6)

I have converted a website to a ipad app (ios 6) using the option "Add to Homescreen" in safari browser, i have input fields in the page when the app loads the page then the virtual keyboard is shown and hides automatically, in safari browser…
0
votes
1 answer

Another Stand Alone Web App Linking Issue

I have a mobile web app designed as a single place for employees of our company to help them locate various online resources. The app has a lot of in-app content, but also provides links to external partner websites. My issue is a common one with…