Web browsing with plasma-mobile - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124) +---- Thread: Web browsing with plasma-mobile (/showthread.php?tid=9189) |
Web browsing with plasma-mobile - Gobelin - 02-16-2020 I run PostmarketOS with plasma-mobile UI. I have 2 browser installed : - Firefox - Angelfish 1- Firefox is running quite well, specially with the customization found here. However, I struggle to find a way to get a virtual keyboard running (the virtual keyboard from the distro do not show up when placing the cursor in a text field. 2- I can't run Angelfish : it launches, but impossible to load a page. I got this error : Code: pinephone:~$ angelfish Do you know were to report bugs for angelfish ? Did you manage to use any web browser with touch UI on postmarketOS ? RE: Web browsing with plasma-mobile - pajux - 02-16-2020 Try: export QTWEBENGINE_DISABLE_SANDBOX=1 Before running angelfish. I've had that be successful on pmOS RE: Web browsing with plasma-mobile - afigegoznaet - 02-17-2020 I attached a virtual keyboard to the minibroswer from the QT Examples and I am using that. It's not perfect, but it works. I can you give you the repo if you're interested, you can compile it directly on the phone (given you have gcc and QT dev stuff, of course) RE: Web browsing with plasma-mobile - Gobelin - 02-18-2020 (02-17-2020, 08:27 AM)afigegoznaet Wrote: I attached a virtual keyboard to the minibroswer from the QT Examples and I am using that. yes, thanks, this repo sounds interresting ! RE: Web browsing with plasma-mobile - Danct12 - 02-20-2020 You can also add that environment variable to /etc/profile to avoid having to type the command everytime, and it works from the lauincher. RE: Web browsing with plasma-mobile - afigegoznaet - 02-24-2020 (02-18-2020, 03:55 PM)Gobelin Wrote:(02-17-2020, 08:27 AM)afigegoznaet Wrote: I attached a virtual keyboard to the minibroswer from the QT Examples and I am using that. https://github.com/afigegoznaet/PinePhoneTest |