#Stay Standalone
A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.
| var fs = require('fs'), | |
| path = require('path'), | |
| _ = require('underscore'), | |
| when = require('when'), | |
| express = require('express'), | |
| GhostPlugin = require('../../../core/server/plugins/GhostPlugin'), | |
| knex = require('../../../core/server/models/base').Knex, | |
| KudosPlugin; | |
| KudosPlugin = function (ghost) { |
| var fs = require('fs'), | |
| path = require('path'), | |
| _ = require('underscore'), | |
| when = require('when'), | |
| express = require('express'), | |
| GhostPlugin = require('../../../core/server/plugins/GhostPlugin'), | |
| knex = require('../../../core/server/models/base').Knex, | |
| KudosPlugin; | |
| KudosPlugin = function (ghost) { |
#Stay Standalone
A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.