Web browsers: Difference between revisions
Appearance
DolphinChips (talk | contribs) No edit summary Tags: mobile edit mobile web edit |
Tested some browsers on x86_64 |
||
Line 13: | Line 13: | ||
| not packaged | | not packaged | ||
| works | | works | ||
| | | works (firefox-esr) | ||
| gecko | | gecko | ||
| | | | ||
Line 21: | Line 21: | ||
| works | | works | ||
| works with sandbox disabled | | works with sandbox disabled | ||
| | | works | ||
| blink | | blink | ||
| | | | ||
Line 37: | Line 37: | ||
| dependency error | | dependency error | ||
| dependency error | | dependency error | ||
| | | works | ||
| blink | | blink | ||
| qtwebengine | | qtwebengine | ||
Line 45: | Line 45: | ||
| runs, but takes forever | | runs, but takes forever | ||
| crashes | | crashes | ||
| | | works | ||
| blink | | blink | ||
| qtwebengine | | qtwebengine | ||
Line 53: | Line 53: | ||
| works | | works | ||
| works | | works | ||
| | | pages not loading | ||
| webkit | | webkit | ||
| webkit2gtk | | webkit2gtk | ||
Line 61: | Line 61: | ||
| works | | works | ||
| crashes | | crashes | ||
| | | pages not loading | ||
| webkit | | webkit | ||
| webkit2gtk | | webkit2gtk | ||
Line 69: | Line 69: | ||
| works | | works | ||
| not in xwayland | | not in xwayland | ||
| | | works | ||
| webkit | | webkit | ||
| webkit2gtk | | webkit2gtk | ||
Line 77: | Line 77: | ||
| works | | works | ||
| ? | | ? | ||
| | | works | ||
| dillo | | dillo | ||
| | | | ||
Line 85: | Line 85: | ||
| works | | works | ||
| ? | | ? | ||
| | | works | ||
| netsurf | | netsurf | ||
| | | |
Revision as of 01:59, 6 December 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 | works (firefox-esr) | gecko | Alpine Linux has packaged only x86_64 and aarch64 versions. | |
chromium | works | works with sandbox disabled | works | blink | ||
midori | works | works | works | webkit | webkit2gtk | |
qutebrowser | dependency error | dependency error | works | blink | qtwebengine | keyboard controlled browser |
falkon | runs, but takes forever | crashes | works | blink | qtwebengine | |
epiphany | works | works | pages not loading | webkit | webkit2gtk | |
luakit | works | crashes | pages not loading | webkit | webkit2gtk | keyboard controlled browser |
surf | works | not in xwayland | works | webkit | webkit2gtk | keyboard controlled browser |
dillo | works | ? | works | dillo | not HTML5, no SSL support | |
netsurf | works | ? | 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.