Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

IOS web app support #194

Closed
djehring opened this issue Oct 3, 2014 · 1 comment
Closed

IOS web app support #194

djehring opened this issue Oct 3, 2014 · 1 comment

Comments

@djehring
Copy link

djehring commented Oct 3, 2014

The default distro doesn't have the header tags that allow iOS support. This results in things like bootstrap modal views not rendering properly and even crashing mobile safari at times.
Adding these lines to layout.server.view resolves the issue

<meta name=viewport content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name=apple-mobile-web-app-capable content=yes>
<meta name=apple-mobile-web-app-status-bar-style content=black>
@lirantal
Copy link
Member

@djehring you're welcome to check my PR for adding the meta tags for IOS
@roieki check the PR

rschwabco added a commit that referenced this issue Oct 25, 2014
adding ios rendering support for mobile browsers per bug report #194
pdfowler added a commit to pdfowler/mean that referenced this issue Jan 19, 2016
…to update to MEAN.JS v 0.3.3

# By Liran Tal (10) and others
# Via Roie Cohen (8) and others
* 'master' of https://github.com/meanjs/mean: (24 commits)
  removing un-necessary console.log() calls
  adding chalk to package.json, locking to 0.5 version as a known and compliant API
  adding chalk for formatting console messages instead of ANSI escape codes
  removing un-necessary .js extension
  fixing up broken links with exchange for newer documentation links on expressjs.com
  adding ios rendering support for mobile browsers per bug report meanjs#194
  replacing deprecated require.extensions nodejs call with explicit full paths for require()
  removing the comment too, it may be confusing to think it should just be enabled for JSONP to be globally enabled which isnt true
  disabling JSONP from controllers and commenting out from expressjs configuration, allowing users to enable if they need to
  correcting spellings and English for main README file
  Bump minor version
  Small Update
  Tiny fixes
  Feature: Article CRUD ops. Added supertests. closes meanjs#92
  Use ng-annotate instead of ngmin
  Removed localhost from env files, as it is not necesary and can introduce bugs in non-local environments.
  moving security configs to secure code block to remove requirement for private key and certificate
  Fixed typo of div attribute
  Rise gunt-concurrent task limit.
  adding secure.js environment option, reverting production.js, and adding openssl options to gen-certs
  ...

Conflicts:
	.gitignore
	app/controllers/articles.server.controller.js
	app/controllers/errors.server.controller.js
	app/controllers/users.server.controller.js
	app/controllers/users/users.authentication.server.controller.js
	app/controllers/users/users.password.server.controller.js
	app/controllers/users/users.profile.server.controller.js
	app/routes/articles.server.routes.js
	app/routes/core.server.routes.js
	app/views/layout.server.view.html
	config/env/all.js
	config/env/development.js
	config/env/production.js
	config/express.js
	config/strategies/local.js
	gruntfile.js
	package.json
	public/dist/application.js
	public/modules/users/views/authentication/signin.client.view.html
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants