Questions tagged [ios-standalone-mode]

21 questions
0
votes
2 answers

HTML5 Audio causing standalone mode to crash and exit to home screen in IOS8

I have a site that every time the javascript executes document.getElementById('audioID').load(); or document.getElementById('audioID').play(); it will cause my iPad/ iPod running iOS8 in standalone mode to suddenly crash and exit to the home screen.…
Mac
  • 1,025
  • 3
  • 12
  • 22
0
votes
0 answers

navigator.standalone backwards?

I use the following code: if (navigator.platform == 'iPad' || navigator.platform == 'iPad Simulator' || navigator.platform == 'iPhone' || navigator.platform == 'iPhone Simulator' && window.navigator.standalone === false) { window.alert("We've…
0
votes
1 answer

video tag error event on ipad standalone web app does not work

First to say sorry if I am asking already answered question, but I can't find it nor solve this at the moment. I am developing an web application that is runned on iPad in a standalone mode. There is an
0
votes
2 answers

Is there any browser apps can copy webapp onto iPad and viewing them in an embedded browser like phonegap

I konw I can build webapp to Apple apps by using phonegap, but if I want use it on iPad, I must become Apple Developer($99 or $299/year). but I just want use it small-scale. So I wonder if there is any browser apps can copy all webapp's file to…
Jove
  • 247
  • 1
  • 3
  • 12
-1
votes
1 answer

Use a Library of Google apps script without have access in it

I have ID key of the master script and I have did connecting it to another users spreadsheet template as a Library but what I want to do is How to make the spreadsheet template access to the master script being limited or should be not shared. When…
-2
votes
1 answer

How can I open a safari link from standalone webapp?

I'm trying to open an html page (I get it as a string and parse it) from my fullscreen iOS web application (standalone). I tried opening a window (window.open) but it doesn't work. It involves handling a payment method, so I can't redirect back from…
1
2