Questions tagged [html]
The html tag has no summary.
45 questions
0
votes
0
answers
674
views
How to open local file from Android HTML Viewer?
I am trying to make an html file that I can open with HTML Viewer and play a video stored locally on my phone. However, when I open the html with HTML Viewer I get this:
It shows the video player, ...
0
votes
1
answer
118
views
Simple documentation frameworks on android (like local HTML help)
I´m facing the challenge to transfer a long-grown (local) HTML documentation to Android.
As you probably know, all Android web browsers refuse the usage of local links inside the Android file system ...
1
vote
0
answers
427
views
Local HTML file links cannot be followed [duplicate]
Background:
I use my tablet for Geocaching, specifically to have cache listings available in the field. For this purpose, I have a program called Geocaching Swiss Army Knife (also known as GSAK) ...
0
votes
0
answers
729
views
How to read and edit system xml files of android 12+?
On previous android versions, I can easily read and edit system XML files using a text editor but XML files from android 12 cannot be read properly and they looks like random symbols. For example, I ...
0
votes
0
answers
632
views
Installing an app (.apk file) from the native Android HTMLViewer 8.1
I have a tablet that's locked up pretty good (Android 8.1). Locked bootloader, managed android OS, proprietary apps, etc... I'm trying to see if I can get an app to install on it. One way I've thought ...
0
votes
1
answer
865
views
How to link chrome html files together on android
I have multiple chrome html files on PC that are all linked together.
For example, there is a table of contents and if I click A it will then open the html file for A and this can be then used to go ...
3
votes
2
answers
9k
views
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 ...
12
votes
3
answers
86k
views
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 ...
0
votes
1
answer
105
views
Annotate HTML files without editing raw HTML
I would like to add annotations (highlights and notes) to HTML files saved on my Android phone, without having to edit the raw HTML. How can I do this?
-1
votes
1
answer
3k
views
How to view HTML file's source code on Android? [closed]
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?
4
votes
7
answers
61k
views
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 ...
-1
votes
1
answer
161
views
Local html page on LG G Pad F 8.0
For ease of use, I would like to transfer all of my recipe images and html files to a folder on my tablet so that when I open the main html document in the tablet's browser, pictures of the recipes ...
2
votes
0
answers
395
views
Default Android Browser Error Page Source
I'm wanna ask, where locate source file of default Android Web error page (that shows when for example URL address is wrong)?
Example page (click image to enlarge)
I just found NOTICE.HTML.gz in ...
2
votes
2
answers
13k
views
WebGL support - which browsers?
Which browsers (and which versions) support WebGL?
In particular I am interested in checking Three.js examples, but I do not want to limit this question about a particular WebGL framework or a page.
0
votes
1
answer
507
views
Accessing environment sensor data from a web page (HTML/JS/PHP)
Is it possible to fetch the temperature info on the device from a web page using html/javascript/php?
Or would an app be required to do this?