Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niksy/wp8-viewport-fix
Fix Windows Phone 8 viewport.
https://github.com/niksy/wp8-viewport-fix
Last synced: 7 days ago
JSON representation
Fix Windows Phone 8 viewport.
- Host: GitHub
- URL: https://github.com/niksy/wp8-viewport-fix
- Owner: niksy
- License: mit
- Created: 2014-03-02T14:13:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T14:36:07.000Z (over 7 years ago)
- Last Synced: 2024-10-18T03:48:26.322Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# wp8-viewport-fix
Fix Windows Phone 8 viewport.
From [original Gist](https://gist.github.com/stowball/4617428):
> Microsoft's stop-gap solution to fix IE 10's viewport on Windows Phone 8. I've also added another condition so it won't run on other browsers that spoof the user agent.
Additional details:
* http://mattstow.com/responsive-design-in-ie10-on-windows-phone-8.html
* http://www.markadrake.com/blog/2013/05/31/responsive-design-concerns-for-windows-phone-and-ie-compatibility-modes/
* https://github.com/twbs/bootstrap/issues/12285## Install
```sh
npm install wp8-viewport-fix --save
```## Usage
```js
require('wp8-viewport-fix');
```## Browser support
Applies only to Windows Phone 8.
## License
MIT © [Ivan Nikolić](http://ivannikolic.com)