Results 3 issues of Tim Busbee

Looking through the docs and issues, and don't see a mention of the ability to disable resizing of the webview. Is this possible? Hoping it could be set in `configureNativeKeyboard`...

The default behavior for `type="email"` and `type="password"` is to start with the capitalization off. When adding `configureNativeKeyboard` on an input it is defaulting to capitalization on. Code examples: ``` ```...

Just a suggestion. Seems the link provided in demo/index_all_features.html `line 22` is outdated. I think the correct url should be `https://developer.apple.com/documentation/uikit/uireturnkeytype`