We have moved to a new Sailfish OS Forum. Please start new discussions there.
0

"Active" covers? Interact with the app straight through its cover [answered]

asked 2013-12-26 12:51:03 +0300

CsTom gravatar image

updated 2013-12-27 15:57:29 +0300

stezz gravatar image

I vaguely remember that it was said in some of the Jolla teasers that the "covers" (or "minimized apps") are active and you can interact with the app straight from there, without first opening the app itself. Indeed there are icons on the covers suggesting this would be the intention, but the only action I was able to do is to open the app, nothing else. Then I came across a presentation by joona.petrell@jolla.com: Building beautiful applications in Sailfish OS where it has a code snipplet for the "Phone" cover:

CoverActionList {
  CoverAction {
    iconSource: "icondialer.png"
    onTriggered: dialer.open()
  }
  CoverAction {
    iconSource: "iconpeople.png"
    onTriggered: openContactPicker()
  }
}

And indeed the icons are there, when you "minimise" the Phone app. This also suggests that those icons on the cover should be active. What's the trick? How to enable the "interact with the covers" feature?

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by CsTom
close date 2013-12-26 15:22:59.327212

2 Answers

Sort by » oldest newest most voted
1

answered 2013-12-26 12:55:47 +0300

TuukkaH gravatar image

To activate a cover action, drag the cover left or right.

edit flag offensive delete publish link more

Comments

Yeah, thanks, now it works! :-) I've just discovered a related question, which mentioned swiping. I should have searched more :) (or perhaps there should be some arrows on the cover to be more intuitive? :-P )

CsTom ( 2013-12-26 12:58:58 +0300 )edit
0

answered 2013-12-26 13:00:04 +0300

Oleksii gravatar image

You should be able to put your finger on the cover and swipe left or right to activate left or right icon, respectively.

edit flag offensive delete publish link more

Question tools

Follow
1 follower

Stats

Asked: 2013-12-26 12:51:03 +0300

Seen: 230 times

Last updated: Dec 26 '13