Errata

Building Android Apps with HTML, CSS, and JavaScript

Errata for Building Android Apps with HTML, CSS, and JavaScript

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Other Digital Version Chapter 5 ebook2240
example code for saveSettings

Don't we also need document.write to save the data? When I reload the page after setting the parameters they are not available, i.e., the input fields have the placeholders.

IrwinF  Nov 17, 2011 
Other Digital Version chapter 6 Debugging
javascript - check for manifest changes

When executing the code, as copied directly from ebook,
.
.
.
// Check for manifest changes every 10 seconds
setInterval(function(){cache.update()}, 10000);

I get this error in the javascript console, which repeats every 10 seconds:

Uncaught Error: INVALID_STATE_ERR: DOM Exception 11 debug.js: 34

IrwinF  Dec 22, 2011 
PDF Page 14 and 26
notes area on both pages

none of the links referring to downloadable content pertaining to the book are valid - images, code, and examples

Anonymous  Sep 27, 2010 
Printed Page 21
2nd list css

#header ul li a {
..

instead of

#header ul, li, a {
..

Anonymous  Aug 18, 2011