I am trying out bookmarklet functionality on a mobile platform (Android 10).
The bookmarklet is named test
and points to the code
javascript:alert('boo')
How I test:
test
;Results:
Question: Is this intentional on Mozilla's part and/or expected or am I missing something?
It turns out bookmarklets do indeed fail to work on the latest Android Firefox. This was pointed out on the Mozilla support forum after I asked, with a link to the relevant github issue.