2

following problem, an android tablet without any internet connection has to run a small html form and store the filled out form on the device. I've played around with http://phpforandroid.net but don't get the connection between html form called in browser to the php processing part which would be the easiest way I guess. Simply pass on the data from the formular to the php processor and write it into a csv. I also tried out http://jquery.tiddlywiki.org/twFile.html this JQuery extension which is working fine in firefox but it's not working on the mobile device.

Any ideas appreciated... thanks!

1 Answer 1

1

You can call methods in your app from JavaScript if the HTML page is displayed in a WebView.

See this question: Android: How to save html file with user filled out form

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.