Native SongKick App [not relevant]

asked 2017-03-26 10:47:22 +0200

pawel gravatar image

Ahoi,

I have written an native SongKick client for Sailfish OS. it is available from openrepos.net here:

https://openrepos.net/content/pawelspoon/harbour-sailkick

I have a few queries and maybe you can help me. I did ask in talk meamo 10 days ago and not a single response so far. Maybe i have more luck here.

I have 3 main pages: Concerts - Locations - Artists. i would like to have a carousel behavior here: so allow to swipe from Artists back to Concerts. i did not find a solution here.

I am starting a WebView in the app, here i have two problems: 1) the content has a different scaling. if i open it in external webbrowser it looks like a single column, in my app like two columns. 2) zoom is disabled, neither double click nor two-finger-zoom is working

The current icon is not exactly perfect.

Thanks for any feedback !

edit retag flag offensive reopen delete

The question has been closed for the following reason "question is not relevant or outdated" by pawel
close date 2017-06-06 21:03:31.612683

Comments

1

I think @coderus or @Ancelad could help here. A better place could be the devel-mailing list or the IRC-Channel #Jollamobile, what I read about it they are pretty active.

drummer12 ( 2017-03-26 12:31:47 +0200 )edit
1

for carousel use SlideshowView, for WebView solution check sources of available browsers: WebCat, WebPirate. Webkit is a tricky hell.

coderus ( 2017-03-26 14:47:28 +0200 )edit

I eventually changed sim cards position, restarted, and now everything works flawlesly. also performed pkcon refresh and everything coderus suggested.

ray ( 2017-03-26 21:31:50 +0200 )edit
1

I used SlideshowView in one of my apps (sailabag). You can have a look here: https://github.com/yurumi/harbour-sailabag/blob/master/qml/pages/ArticleOverviewPage.qml

yurumi ( 2017-03-27 11:32:42 +0200 )edit

hi, i have installed your app, this is exactly what i was looking for. thanks !

pawel ( 2017-03-27 22:04:12 +0200 )edit