Questions tagged [html]

45 questions
179
votes
14 answers

How do I view source code in an Android web browser?

Is there a way to view the source HTML in an Android web browser?
Vijay
  • 1,893
  • 2
  • 12
  • 8
38
votes
10 answers

How can a complete web page be saved and viewed on an Android device?

There are situations when I require to save a "complete" web page for offline reading. I can easily do that on Windows by saving the web page, but not on Android. I am using Chrome on Android and I don't see a "Save" option. Instead, I see "Save…
user104843
34
votes
7 answers

How can I open an HTML file I have copied from PC to SD Card of Phone?

How can I open an HTML file I have copied from PC to SD Card of Phone? I've tried opening it with the default application which is HTML Viewer but I get a "Web page not available" system page. The URL that the browser shows…
Francisc
  • 2,365
  • 10
  • 29
  • 36
12
votes
3 answers

Local files revisited: Opening local HTML files (file:///path/to/file) in Chrome on Android 10.x

You may note the almost duplicate title from this question. It keeps coming up when trying to solve my current issue. I created a little web app to help at work. Just some HTML and JavaScript, and before Android started enforcing the Scoped Storage,…
therks
  • 223
  • 1
  • 2
  • 7
7
votes
1 answer

Force all emails to display only the text/plain part

HTML mail is a pain to read on a phone. The screen is too narrow and the images take too long to download. Typically without the images the mail is just useless. HTML mail is only slightly less of a pain on my desktop, but there I can use Mutt and…
massysett
  • 171
  • 2
5
votes
1 answer

Disable HTML Emails in composer

how do I disable the default sending of emails in html format? I would like to compose emails in the text format but I can't find a way to do that. Ideally, this should be the default behaviour with an option to enable html when needed. Using…
Unapiedra
  • 290
  • 2
  • 5
4
votes
1 answer

App for running a (simple) web server on Android?

Possible Duplicate: Viewing web pages offline. Hi, I just got a new Acer tablet, and was looking forward to reading HTML files in addition to PDF on my tablet during my commute: case in point being the Android documentation which is available in…
Animesh
  • 745
  • 2
  • 8
  • 13
3
votes
1 answer

How to compose plain text email

Possible Duplicate: Disable HTML Emails in composer I'm baffled - my Samsung Galaxy Note running Android Ice Cream Sandwich ICS 4.0.4 has a default email client - which is rather neat. One thing that baffles me - how to make it send email in…
qdot
  • 133
  • 1
  • 5
3
votes
2 answers

How to save an HTML page from a web site using Chrome

I have a web site that has some simple HTML pages with no images, no external CSS or JavaScript references. So the whole HTML page is a single self-containing file that has HTML code, together with inline CSS and JavaScript code. In other words,…
FedKad
  • 120
  • 2
  • 9
3
votes
7 answers

Is there an "Inspect Element" option on any browser on Android?

I often find myself missing the option of "Inspect element" in Android version of the popular web browsers. Do you happen to know any alternatives or workarounds that you could implement to have access this option? There is of course the line below…
Clone
  • 151
  • 1
  • 2
  • 6
3
votes
1 answer

using chrome to access HTML files on android

I downloaded the java documentation to read on my phone but i can't use the html viewer on my phone because it cant use links. When I tried using google chrome and going to the file location its not allowing chrome to access the location. Does…
Kyle Burns
  • 43
  • 1
  • 1
  • 4
2
votes
1 answer

HTML Viewer seems not running the website's Javascripts

I have an offline saved htm web page on sdcard to test Javascript. The default render on my phone seems to be HTML Viewer. But when I tried to open the page, the code didn't run. I know this because there's some html tag in the page I was added to…
tvc
  • 121
  • 1
  • 1
  • 3
2
votes
1 answer

Error code (ERR_ACCESS_DENIED) Local HTML file on SD card with Chrome

I cannot access local HTML files at external SD card on my Lenovo S6000 within Chrome. It is mounted at /mnt/extSdCard. Browsing to file:///mnt/extSdCard does show this message: The file at file:///storage/sdcard0/foo/bar.html is not readable. It…
John Sampson
  • 31
  • 1
  • 1
  • 5
2
votes
1 answer

Is there a way to view HTML files/sites on the Nexus 7/Android 4.2.2?

I am trying to get my new Nexus 7 to display my offline web site that I made with HTML, CSS and Javascript. I have been looking for a way to display my site off the tablet as sort of a demo for people to play with. A fully working site, no screen…
Jeff
  • 21
  • 2
2
votes
4 answers

Generate a browser bookmark from file manager

We are developing a web site that will all be local to an android tablet. The idea is we create the web app, copy the web app to MicroSD cards and distribute the SD cards. Right now, when you open the file manager and browse to the location and open…
1
2 3