Mark notifications as read #6274
Replies: 1 comment
-
Posted at 2023-10-04 by @gfwilliams What does swiping left/right when the notification is showing do? Usually when you get a notification from iOS, iOS should provide an option to acknowledge it and then I'm pretty sure it should disappear Posted at 2023-10-04 by Andtalath Actually, I restored the phone to factory defaults, unpaired it with everything and restarted. My guess is that I had installed too may apps when playing around with it initially. Now I can delete the messages from watch by pressing envelope->delete or ->read all. Posted at 2023-10-04 by stweedo This is somewhat related… I recently switched to IOS from android and ever since I am missing the swipe feature you added with the green check mark and red X. Is this something that still needs to be implemented for iPhone users? Posted at 2023-10-05 by @gfwilliams
Oh, ok - that's odd. iOS's ANCS has a method for positive/begative actions built in: https://developer.apple.com/library/archive/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Specification/Specification.html (search for EventFlagPositiveAction) If a notification has the relevant flag set, the ANCS event should have positive/negative fields set as in https://www.espruino.com/Reference#l_E_ANCS - and if they are set then you should see the option to swipe. So it could be a bug, but it might also be that your notifications just don't have the option available? Posted at 2023-10-06 by Andtalath Swipe features does seem nice, I only get a somewhat fidgety menu inside a message which does lead to read/delete/unread and with "all" option for delete/read. Posted at 2023-10-06 by @gfwilliams @stweedo please could you paste this line of code in the left-hand side of the Web IDE:
and then without reloading the clock, connect to iOS and wait for a message to come in? Then in the Web IDE if you scroll down you'll be able to download a file If those are set and you're not seeing the swipe options then I can try and look into it here and see why they're not getting propagated. ... I guess even if they are not set, we could look at making the messages app always have a swipe to mark as read or something.
I believe you can always tap the button to 'mark as read' and go back to the message list, and then tap again to go back to the clock... Posted at 2023-10-06 by Andtalath Yeah, the fidgety part is more that my fat fingers don't fully agree with the watch where I'm pointing ;) Posted at 2023-10-06 by @gfwilliams
Yes, the buttons can be small - did you know there's a 'calibrate' option under Settings -> LCD? Even if the watch and you don't agree, you can tell is what you think if the right place :) Posted at 2023-10-06 by @gfwilliams Just to add, I'm pretty sure I figured out the message swipe issue and fixed it in iOS app version 0.14 if you update the iOS app from the development app loader https://espruino.github.io/BangleApps/ now Posted at 2023-10-06 by Andtalath Ohhh. Posted at 2023-10-06 by Andtalath Works fine =) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-10-04 by Andtalath
Hello!
I am using bangle 2 with ios integration.
90% of the point of a smartwatch for me is to be able to read notifications quickly and then not have to take out my phone unless I want to act on that notification.
I see no way of telling bangle that the notification is "done" and it thus shows up several times.
Is there a way for bangle to keep track that something has already been dismissed?
Or is there a way to actually mark it as read on phone as well?
Beta Was this translation helpful? Give feedback.
All reactions