Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't let your plugin work with my site #3

Open
Geppie opened this issue Aug 22, 2012 · 5 comments
Open

Can't let your plugin work with my site #3

Geppie opened this issue Aug 22, 2012 · 5 comments

Comments

@Geppie
Copy link

Geppie commented Aug 22, 2012

Hi mrmoses,

Having the issue that the link moves to safari instead keep using full screen mode so i found your plugin but can't figure out how i can let it work. The website i'm testing everything is thegoodplace.nl/websites/ipad/
I hope you can give me some tips.

Cheers in advance mrmoses,

Geppie

@mrmoses
Copy link
Owner

mrmoses commented Jan 25, 2013

Did you get this figured out, or do you still need some help?

@jweymarn
Copy link

jweymarn commented Feb 7, 2013

Hi,
Thanks for making this but I feel that some kind of how-to guide is needed. I cant figure out how this is supposed to be used. For example: do i need the code

<meta name="viewport" content="width=device-width user-scalable=yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />

still or is it enough to just do:

<script src="js/jquery.stayInWebApp.js"></script>

@maxfi
Copy link

maxfi commented Feb 18, 2013

What error are you still getting?

You'll definitely need <meta name="apple-mobile-web-app-capable" content="yes" /> otherwise window.navigator.standalone won't be set to true and the plugin won't work.
You'll probably find the apple iOS web app documentation quite helpful as well.

@jweymarn
Copy link

I don't recall getting any error at all. I read the iOS web app documentation you linked and made my own version of this based on that.

@maxfi
Copy link

maxfi commented Feb 19, 2013

Great. So it's all working nicely now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants