Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tulipretail/webviewbaseline
Baseline for an HTML/Javascript/CSS app that is a WebView in a native iOS application
https://github.com/tulipretail/webviewbaseline
Last synced: 8 days ago
JSON representation
Baseline for an HTML/Javascript/CSS app that is a WebView in a native iOS application
- Host: GitHub
- URL: https://github.com/tulipretail/webviewbaseline
- Owner: tulipretail
- License: mit
- Created: 2015-11-04T21:56:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T18:53:49.000Z (about 9 years ago)
- Last Synced: 2024-03-27T03:00:45.019Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebViewBaseline
WebViewBaseline provides a simple starting point for any new HTML/Javascript/CSS based application that will be part of a UIWebView in a native iOS application.
What this baseline provides:
- HTML5 template
- Viewport settings to avoid pinch, scaling, resizing, etc.
- Apple-specific metadata
- Common CSS hacks to make the WebView feel more nativeTo make your app feel native, it's important to leave scrolling, navigation, and animation to iOS-native components.