maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Tiny webbrowser for sailfishos with landscape mode (https://talk.maemo.org/showthread.php?t=92123)

mikecomputing 2013-12-22 21:42

[Announce] Tiny webbrowser for sailfishos with landscape mode
 
Just a test application using QtWebkit also support landscape.

This is just a prototype based on Sailfish component gallery examplecode. nothing fancy and may crash.

* No transition effect
* No history
* No flash support

Features:


predefined hardcodes sites:

* Jolla Together
* Maemo forum
* Jollausers news section
* Jollausers forum
* Jollatides
* Jolla Review

Other
* Copy URL
* Pulleymenus for refresh, backward, forward navigation and goto

Changes 0.0.6:

* New icon thanks to Morpog
* Error popup if page don't load
* About dialog now has thanks to...

the code can be found on github
just fork it make it better kill trash it or whatever you want.

I did it for fun and because I am sick of no landscape mode in sailfish browser...

and the binary:

TinyWebBrowser 0.0.6

todo it from terminal login with ssh then do

Code:

curl http://7b4.se/sailfish/default/download/files.filename.923d2734ad77cfbe.686172626f75722d74696e7977656262726f777365722d302e362d312e61726d7637686c2e72706d.rpm?_signature=bb4d0ba7ad414bfb059ea806967a0b969e3df5f1 -o tinywebbrowser.rpm
devel-su
pkcon --install-local tinywebbrowser.rpm


pycage 2013-12-22 22:40

Re: [Announce] Tiny webbrowser for sailfishos witgh landscape mode
 
Or fix /usr/share/sailfish-browser/pages/BrowserPage.qml

It can't be that hard, can it? Probably it can be that hard, or it would've been fixed already. But maybe someone wants to give it a try?

Larswad 2013-12-22 22:45

Re: [Announce] Tiny webbrowser for sailfishos witgh landscape mode
 
Very good initiative, haven't installed it yet but I will check it out.

Why not complete the project and make it a fullblown browser with all the thinkable support?
Keep it up!

mikecomputing 2013-12-23 21:57

Re: [Announce] Tiny webbrowser for sailfishos witgh landscape mode
 
New release 0.0.3

* progressbar
* added review jolla site
* backward/forward in pulley menu

Makeclick 2013-12-23 22:23

Re: [Announce] Tiny webbrowser for sailfishos witgh landscape mode
 
Can't download your file.. and i do not going to sing in sailfish.se page to get it :D jättebra. Can you use the Dropbox?

Half-Life_4_Life 2013-12-23 22:28

Re: [Announce] Tiny webbrowser for sailfishos witgh landscape mode
 
I kinda wish I had a Jolla now :(
I didn't had enough of testing and modding.

mikecomputing 2013-12-25 15:09

Re: [Announce] Tiny webbrowser for sailfishos witgh landscape mode
 
Quote:

Originally Posted by Makeclick (Post 1400144)
Can't download your file.. and i do not going to sing in sailfish.se page to get it :D jättebra. Can you use the Dropbox?

Woops linked to https my fault.... Try again now.

[Offtopic]
Btw. I will never ever upload anything on NSA site like dropbox.

Start make me think of owncloud, we need an owncloud client for Jolla :D
[/Offtopic]

mikecomputing 2013-12-25 17:48

Re: [Announce] Tiny webbrowser for sailfishos with landscape mode
 
New release 0.0.4

* Pulley menu at bottom
* Copy URL
* Icon (I am not a graphical designer so it look crap but I atleast use Morpog icon template now :)

Fixes

* Make sure URL entry updates when user press a link.

coderus 2013-12-25 19:25

Re: [Announce] Tiny webbrowser for sailfishos with landscape mode
 
offtopic: it's quite simple to fix sailfish-browser

in file /usr/share/sailfish-browser/pages/BrowserPage.qml

in WebContainer

change
height: browserPage.orientation === Orientation.Portrait ? Screen.height : Screen.width
to
height: parent.height

and voila!

Makeclick 2013-12-25 19:36

Re: [Announce] Tiny webbrowser for sailfishos with landscape mode
 
Hmm. not bad. every page you have to write "http://" on front, thats not good. This can be very nice in some point :)


All times are GMT. The time now is 07:22.

vBulletin® Version 3.8.8