I want open the android browser, and set the html data on it. I do not want to use webview control. How can I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not specific to android, but to generic morden browsers:
You can make entire document into a long string of URI, and then locate that to show the original document. See http://en.wikipedia.org/wiki/Data_URI_scheme.
Someone provides a handy web-based tool to convert any document into Data URI string:
http://www.dopiaza.org/tools/datauri/
The size limit varies among the specific web browsers.