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 :)

Pellervo Kässi 2013-12-25 20:06

Re: [Announce] Tiny webbrowser for sailfishos with landscape mode
 
Nice work thanks.

Navigating is much more fluent with your pull down menu approach compared to original browser.

I wonder if it would be usable to go to previous page with swipe from middle to left?

Also i'm having problems on loggin into TMO, maybe its issue with my nick and webkit(?) don't know.

mikecomputing 2013-12-25 20:15

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

Originally Posted by Makeclick (Post 1400602)
Hmm. not bad. every page you have to write "http://" on front, thats not good. This can be very nice in some point :)

fixed in 0.0.5

mikecomputing 2013-12-25 20:16

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

Originally Posted by Pellervo Kässi (Post 1400604)
Nice work thanks.

Navigating is much more fluent with your pull down menu approach compared to original browser.

I wonder if it would be usable to go to previous page with swipe from middle to left?

Also i'm having problems on loggin into TMO, maybe its issue with my nick and webkit(?) don't know.

login to TMO should work, however it does not store PW so you have to login everytime you shutdown browser :(

Edit: Or not work :( hmm wierd I remember I did login using webkit before hmmm..

Morpog 2013-12-25 20:21

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

Originally Posted by coderus (Post 1400598)
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!

Doesn't work here unfortunately. Anything else you changed?

taixzo 2013-12-25 20:23

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

Originally Posted by Morpog (Post 1400610)
Doesn't work here unfortunately. Anything else you changed?

Doesn't work for me either. Using sailfish on N9.

mikecomputing 2013-12-25 20:24

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

Originally Posted by Morpog (Post 1400610)
Doesn't work here unfortunately. Anything else you changed?

Not tested tewek with original browser but maybe:

Code:

  allowedOrientations: Orientation.All
needs to be added (if not there already)?

Now back to topic...

coderus 2013-12-25 20:45

Re: [Announce] Tiny webbrowser for sailfishos with landscape mode
 
@mikecomputing ah, sure. i just added this to Silica Page to have any direction rotations in all applications :)

mikecomputing 2013-12-26 21:40

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

Changes:

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

Makeclick 2013-12-26 22:46

Re: [Announce] Tiny webbrowser for sailfishos with landscape mode
 
omg! it feel and runs nicely already!

more things to you:
when you press "go to.." text should be painted fully so you can start typing adress right a way :). now you have to press it while and then whrite.

Youtube (m.youtube) Not working.

rob_kouw 2013-12-26 23:01

Thanks, I want it! But downloaded file v0.06 of 14kB does not install?

Edit - OK, it is installing now through "pkcon install-local harbour-tinywebbrowser-0.6-1.armv7hl.rpm". I thought I just needed to tap files like these after transfer or download.

Well done. The Goto shortcuts are great.

siggi_digital 2013-12-28 10:04

Re: [Announce] Tiny webbrowser for sailfishos with landscape mode
 
Great work, tiny browser shows how a native browser could be. How long does it took to make this?

Makeclick 2013-12-28 10:32

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

Originally Posted by rob_kouw (Post 1400864)
Thanks, I want it! But downloaded file v0.06 of 14kB does not install?

Edit - OK, it is installing now through "pkcon install-local harbour-tinywebbrowser-0.6-1.armv7hl.rpm". I thought I just needed to tap files like these after transfer or download.

Well done. The Goto shortcuts are great.

Use the File browser from the Jolla store. It can install .RPM and .APK ;) Love it!

Makeclick 2014-01-09 23:33

Re: [Announce] Tiny webbrowser for sailfishos with landscape mode
 
is this dead? :(


All times are GMT. The time now is 05:01.

vBulletin® Version 3.8.8