Difference between revisions of "Web browsers"
From postmarketOS
MartijnBraam (talk | contribs) |
DolphinChips (talk | contribs) (Tags: Mobile edit, Mobile web edit) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
| [[firefox]] | | [[firefox]] | ||
| not packaged | | not packaged | ||
− | | | + | | works |
| ? | | ? | ||
| gecko | | gecko | ||
| | | | ||
− | | Alpine Linux | + | | Alpine Linux has packaged only x86_64 and aarch64 versions. |
|- | |- | ||
| [[chromium]] | | [[chromium]] | ||
| works | | works | ||
− | | | + | | works with sandbox disabled |
| ? | | ? | ||
| blink | | blink | ||
Line 44: | Line 44: | ||
| falkon | | falkon | ||
| runs, but takes forever | | runs, but takes forever | ||
− | | | + | | crashes |
| ? | | ? | ||
| blink | | blink | ||
Line 68: | Line 68: | ||
| surf | | surf | ||
| works | | works | ||
− | | | + | | not in xwayland |
| ? | | ? | ||
| webkit | | webkit | ||
Line 92: | Line 92: | ||
the ARMv7 column has been updated on 2019-07-15 with the Nokia N900 as test device. Falkon might work on devices with more memory. | the ARMv7 column has been updated on 2019-07-15 with the Nokia N900 as test device. Falkon might work on devices with more memory. | ||
+ | |||
+ | == Firefox == | ||
+ | |||
+ | Add the <code>MOZ_USE_XINPUT2=1</code> environment variable to make firefox handle touchscreen events properly. |
Revision as of 00:00, 6 October 2019
Not all webbrowsers are usable on a phone without hardware keyboard, here's an overview of browsers that are packaged in Alpine Linux and thus can be used with postmarketOS
browser | armv7 | aarch64 | x86_64 | engine | library | notes |
---|---|---|---|---|---|---|
firefox | not packaged | works | ? | gecko | Alpine Linux has packaged only x86_64 and aarch64 versions. | |
chromium | works | works with sandbox disabled | ? | blink | ||
midori | works | works | works | webkit | webkit2gtk | |
qutebrowser | dependency error | dependency error | ? | blink | qtwebengine | keyboard controlled browser |
falkon | runs, but takes forever | crashes | ? | blink | qtwebengine | |
epiphany | works | works | ? | webkit | webkit2gtk | |
luakit | works | crashes | ? | webkit | webkit2gtk | keyboard controlled browser |
surf | works | not in xwayland | ? | webkit | webkit2gtk | keyboard controlled browser |
dillo | works | ? | ? | dillo | not HTML5, no SSL support | |
netsurf | works | ? | ? | netsurf | not HTML5 |
the ARMv7 column has been updated on 2019-07-15 with the Nokia N900 as test device. Falkon might work on devices with more memory.
Firefox
Add the MOZ_USE_XINPUT2=1
environment variable to make firefox handle touchscreen events properly.