notifications (default and fullscreen) #4034
Replies: 1 comment
-
Posted at 2021-09-30 by @gfwilliams Yes, definitely. The app loader should be able to check and remove the other app. Same for launchers. Posted at 2021-09-30 by HughB Hmm - if one overwrites the other I dont see how you could have both installed at the same time. There will only ever be one notify file on the device. But there would be a unique info file on the bangle so the app loader should know which one is installed ? At the moment I delete both just to make sure then install the one I want. Would it not be possible to have one notify module and have it configurable fullscreen / pop up style notifications ? Posted at 2021-10-01 by @gfwilliams
Yes, that's the problem
Yes, and it may have been easier. However the idea was to allow other developers to make different styles of notifications that could be installed, so you had a choice - it's just that nobody has actually done that yet. Posted at 2021-10-01 by HughB I guess time will tell - which is the best way to go. Posted at 2021-10-01 by mg Hello, I'm interested in developing a banglejs app that can receive phone notifications from web sites. Where can I start/look? just forking notifications app? Why pasting notify.js from github on the web ide and saving it on the watch does not work? Posted at 2021-10-04 by @gfwilliams Hi, when the 'Notifications' app at https://banglejs.com/apps/#notification is installed, you can the use it like a library. For instance:
Check out the 'Read more' link on https://banglejs.com/apps/#notification for some examples. Posted at 2022-02-09 by user137198 I have tried it with both the normal notifications and the fullscreen notifications. I don’t see a difference. Is it subtle? In either case, for example, I still see the widgets at the top of the screen. Posted at 2022-02-10 by @gfwilliams Are you running this on a Bangle.js 2? Because on the Bangle.js 2 you're really meant to be using the As far as I know the non-fullscreen notifications should not even install on Bangle.js 2 (they don't work) so you're stuck with fullscreen Posted at 2022-02-10 by user137198 I have an iPhone, and use the IOS integration with Messages. When I saw the word “fullscreen” I was hoping notifications would have enough screen real estate to use a larger font. But maybe it is already as good as it gets. Posted at 2022-02-11 by @gfwilliams Ahh, yes, you don't have other options right now then. However the latest There's also some talk of removing the buttons (maybe via a menu option) and using swipes instead. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-09-30 by dapgo
These two apps are mutually exclusive as they overwrite the same Notify file, and the last installed will be the active one.
But as a user you don't need to know that, so following things can happen:
I think the appLoader should manage and control mutually exclusive apps. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions