Questions tagged [javascript]
For questions regarding the use and support of JavaScript in Android browsers.
32 questions
0
votes
0
answers
61
views
How can I circumvent the character limit set by mobile browsers for a JavaScript prompt() input?
I discovered, to my dismay, that mobile browsers seem to have a different character limit than desktop browsers for JavaScript prompt() input. How can I work around it to input my long string on ...
1
vote
0
answers
110
views
How can I view webpages in "text-only" mode while also using JavaScript?
In an effort to reduce my data consumption, I want to view webpages, specifically webpages with logins and forms, in text-only mode. These pages usually require JavaScript, it seems. I want very basic ...
1
vote
2
answers
555
views
undeletable "permanent File" Android 11 phone
I have this file:
/storage/emulated/0/Tones/test1/test2/test3/test4/brooke-shields,-a�os-80.jpg
Cannot delete. I get a <java.lang.illegalargument> response when I try to delete using several ...
4
votes
0
answers
311
views
Tasker Scene WebView JavaScript Interaction
Is it possible to call a Javascript function that exists within a WebView from Tasker? I tried calling a URL on the WebView of "javascript:FUNCTION_NAME()", but that did not seem to work.
...
0
votes
1
answer
147
views
Tasker JavaScriptlet prepending "undefined" in String
I maintain shows, and films from several platforms within an OrgMode File.
Now the string you get when sharing from netflix has unnecessary information.
I get rid of that with Tasker and a Java ...
1
vote
1
answer
483
views
How To Autofill Custom Forms?
I have a webapp I frequently use, which have such kind of forms:
<form method=POST action=...>
<input type=text name=urname placeholder=urname>
<input type=text name=secretid ...
1
vote
1
answer
2k
views
How do I disable Javascript in the stable version of Firefox in Android?
Sometimes I need to disable Javascript on some webpages for various reasons. From a rather old post on Mozilla Support and some other sources, I learned that it is done through about:config.
However, ...
0
votes
0
answers
209
views
Can applications access users information without having ( camera , microphone or etc) permissions?
I recently became very suspicious of apps. And a few questions have occupied my mind, please help me
Is there any way that an application can access the camera without having the camera permission ...
0
votes
0
answers
116
views
Changing third-party websites on android device without browser extensions available
I'm searching a way on how to change behavior of some website in mobile browser.
For example:
Remove annoing Ad (specific one)
Change some elements on a website, to make it easier to read on small ...
1
vote
0
answers
88
views
Can I connect an external flashlight to an Android smartphone and control it?
Can I connect an external flashlight to an Android smartphone and control it?
I've seen it done on an iPhone (YouTube video).
If it's possible, can it be done also via JavaScript?
1
vote
1
answer
3k
views
Allow android chrome to load unsafe scripts
When any site has mixed content (HTTPS + HTTP), and when you try to open HTTP content, on Desktop chrome, it shows a "shield" icon like screen below,
This allow user to load unsafe script.
However, ...
0
votes
1
answer
700
views
Javascript not loading in browser(Miui10 Global8.9.6 beta_Redmi note4)
I had written a custom HTML/javascript application and wanted to run it in a android browser on my Redmi Note4.
Firstly I activated javascript in all the browsers (MIUI default browser,chrome,firefox)...
1
vote
0
answers
939
views
How to "Add to Home screen" a shorcut with a dynamic URL?
I have a Google Form that I use for daily tracking and I would like to have a shortcut to this form on my home screen.
One field of this form is for the date and I would like to have it pre-filled ...
3
votes
1
answer
703
views
JavaScript doesn't work on Chrome 58 on Android in offline mode
I have a single-HTML web page with embedded <script> tags. When I view the offline version of this page in Chrome 58 on Android, JavaScript event handlers are not executed. (When I connect to ...
23
votes
4
answers
16k
views
How can a bookmarklet be ADDED on mobile Chrome without copying and pasting?
On my Android phone, how can a user add a bookmarklet to my Chrome bookmarks, without needing to use another device, and without copying and pasting?
I have a bookmarklet on my website that I want ...