Date: 2015-10-10
Last Update: 2015-12-10
WebView Tips & Tricks - these tips are specifically for Chrome (SDK 19+)
- Flicker of colors when the application loads
- Touch Feedback
Google: phonegap android force numeric keyboard
FWIW: Cordova will work in place of phonegap.
An answer is Triggering Numeric Keyboards with HTML5
The answer to your question is: <input type="number" step="0.01">
google: css turn on hardware acceleration.
This article is likely the best: HTML5 Rocks High Performance Animations
This is good too: Phonegap Tips Force Hardware Acceleration with translate3d... Sometimes
- Using extended srcset and the picture element to tailor your image to every device and layout
- http://blogs.windows.com/msedgedev/2015/10/07/using-extended-srcset-and-the-picture-element-to-tailor-your-image-to-every-device-and-layout/
- Stephen Woods: "Creating Responsive HTML5 Touch Interfaces"
- http://yuiblog.com/blog/2012/02/23/video-stephen-woods-html5-touch/
- includes: swipe, snap back/forward, bounce, native scrolling, pinch to zoom + pro-tips.