2017 © Pedro Peláez
 

cakephp-plugin apple_touch

CakePHP Apple Touch Plugin

image

jadb/apple_touch

CakePHP Apple Touch Plugin

  • Tuesday, March 25, 2014
  • by jadb
  • Repository
  • 1 Watchers
  • 1 Stars
  • 172 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Apple Touch - CakePHP Plugin

Support Safari on iOS by allowing some customization to the Apple Touch UI., (*1)

TODO

  • Quick and easy conditional CSS block.
  • Simplify calls to getCurrentPosition and watchPosition.
  • Support autocapitalize and autocorrect form attributes.
  • Support client data-storing.

Installation

> git submodule add git://github.com/jadb/cakephp-appletouch.git Plugin/AppleTouch

Configuration

Load the plugin in bootstrap.php:, (*2)

Plugin::load('AppleTouch');

Add the AppleTouch.AppleTouch helper to the controller(s) where you will be using it., (*3)

public $helpers = array('AppleTouch.AppleTouch');

Call it from the view as follow:, (*4)

$this->AppleTouch->viewport();

Patches & Features

  • Fork
  • Mod, fix
  • Test - this is important, so it's not unintentionally broken
  • Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
  • Pull request - bonus point for topic branches

Bugs & Feedback

[http://github.com/jadb/cakephp-appletouch/issues] [1], (*5)

The Versions

25/03 2014

dev-master

9999999-dev https://github.com/jadb/cakephp-appletouch

CakePHP Apple Touch Plugin

  Sources   Download

MIT

The Requires

 

cakephp helper apple ios touch

25/03 2014

v1.1.0

1.1.0.0 https://github.com/jadb/cakephp-appletouch

CakePHP Apple Touch Plugin

  Sources   Download

MIT

The Requires

 

cakephp helper apple ios touch

09/02 2013

1.0.0

1.0.0.0 https://github.com/jadb/cakephp-appletouch

CakePHP Apple Touch Plugin

  Sources   Download

MIT

The Requires

 

cakephp helper apple ios touch