Questions tagged [html]

45 questions
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
0
votes
1 answer

view .htm file on sdcard and search words in it

When I click a .htm file in file manager, it opens the html viewer which has no search feature. How to open the file with the bundled browser? I could type the path (file:///mnt/sdcard/...), but it's too long.
basin
  • 129
  • 6
-1
votes
2 answers

Viewing local style sheets/javascript/html using Emulator

I want to view style sheets/html pages via the Android emulator. I pulled the html pages into the SD Card and was able to view them. However, I'm not sure how to pull the style sheets/javascript in to see specific styling. How can that be done? I'm…
-1
votes
1 answer

How to view HTML file's source code on Android?

I have to view my HTML file which I have loaded into my Android mobile from Gmail. I don't want view it as HTML page. I just want to view its source code and note it down. How can I do this?