| Author |
My HTML5 Book
|
Robin Nixon
Author
Ranch Hand
Joined: Sep 20, 2011
Posts: 48
|
|
Something that turned up since publication of my book is that there's a massive bug in Honeycomb in that it simply refuses to allow query strings or # names to be passed to a webview in a URL.
This is worth bearing in mind if you, for example, have many web pages in an app and like to use the query string to pass information to them. Now you can't and will have to use another approach such as creating multiple pages and calling the right one up according to the parameter you wish to pass. The community is up in arms about it, including people like the developers of Phone Gap.
And even when this is fixed there will be many devices remaining with the broken version so, sadly, it will be some years before we can all start using the query string again on Android webviews.
|
My latest book, The Web Developer's Cookbook, is now out: http://webdeveloperscookbook.com
|
 |
Vyas Sanzgiri
Ranch Hand
Joined: Jun 16, 2007
Posts: 686
|
|
Which version is the bug - 3.0 3.1 3.2?
Will it be fixed in ICS?
|
===Vyas Sanzgiri===
My Blog
|
 |
Robin Nixon
Author
Ranch Hand
Joined: Sep 20, 2011
Posts: 48
|
|
All of them, but it only shows up on devices and not in the emulator.
|
 |
Robin Nixon
Author
Ranch Hand
Joined: Sep 20, 2011
Posts: 48
|
|
Yes, I'm still here (there's a lot of good discussion in this forum).
Anyway, I just wanted to say that for anyone still interested, you can view the PDF of the first chapter of my book, here:
http://www.mhprofessional.com/downloads/products/0071756337/01-nixon_chap01.pdf
Right, I'll stop talking about the book now, and simply participate in the forums.
|
 |
 |
|
|
subject: My HTML5 Book
|
|
|