I'm trying to do something very similar to this post: Call jQuery function in Android's WebView from Java?
The only difference is my HTML file is local, so I'm accessing it via file:/// in loadURL. Due to a bug in Android, I can't use URL parameters with file links.
So, how can I call a function that uses jQuery from Java in an Android app?