Tyler Wall
Tyler Wall

Reputation: 3788

Javascript interaction with Android's Webview

I would like to get JavaScript to trigger an android event through a webview/WebChromeClient where the android device (can be potentially offline) would send the form back to the server. (I'm using jQuery mobile)

I'm thinking that to handle the offline issue I will have to save the form data to an XML file to submit at a later date.

How do I go about doing this? If it's even possible?

Upvotes: 2

Views: 2046

Answers (1)

Related Questions