9 ms·
For the wild west of Android html5 hybrid development, fragmentation is a huge problem. Different manufacturers roll different implementations that behave diffe
by jaxytee 12y ago
For the wild west of Android html5 hybrid development, fragmentation is a huge problem. Different manufacturers roll different implementations that behave differently. Javascript event propagation varied and broke my app on my last HTML5 project. Luckily, the chrome view will be the default webview from KitKat onwards, but it will take at least two years for 4.4+ to become ubiquitous.
- adl 12y agoThis! I feel your pain. I'm on the same boat, trying to support mobile HTML5 on Android. To be fair, iOS has it's own issues with HTML5 development.
- jaxytee 12y agoI think iOS' HTML5 issues (webview throttling) are self induced though. Apple has a vested interest in developers learning, and being locked into their proprietary ecosystem. A bunch of devs building slick HTML5 apps would go against this.
- deleted 12y ago[deleted]
- chrisdevereux 12y agoIt was pretty stupid of them to use the new llvm-based javascript JIT for webviews in iOS 8, then...