I want to build an ultra minimal browser which will just load one url, and will always be in full screen or kiosk mode. I will be running this in a Raspberry Pi. I explored several options in stack overflow and Google. Below are the potential solutions I found, but just can't decide the best and easiest method out of it.
- Python + Gtk
- QT
- NodeWebkit (I couldn't get it installed)
One advantage if we use python is that in raspberry pi, I have Raspbian running which comes with python.
I would really appreciate an opinion from experienced developers.