Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 native

To make your app feel native, it's important to leave scrolling, navigation, and animation to iOS-native components.