-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opening in browser even though apps installed #61
Comments
Hello. Please check that option "Open Talk notifications in browser" is disabled(if it is, please report it here as this is likely to be a bug). Also by default app assumes that if there is no separate logic for processing notification it should be opened in web-browser and this is the reason why "Files" notifications are opened in browser. If you would give me what kind of notifications you receive I can implement the logic for handling them via app. |
thanks for the quick response.. |
couple of other things.. |
in the interest of getting something to work, is there a way to override opening anything in the web browser? we will always have talk and nextcloud client installed alongside services thanks! |
Sorry for long response. There is a technical possibility being used for this(e.g. talk notifications should open in talk if option to open in webbrowser is disable, see issue #47 if you would like to know why it was decided to open talk notifications in browser), though it is not completely obvious for me which notifications should be opened in web-browser and which ones in app(it is quite obvious that if there is relevant app, e.g. Talk it should be opened via Talk, though not so obvious for othere apps, e.g. for Files app). Probably, I would add ability to customize this behaviour for each separate kind of notification when I would have enough time for this |
well that part works.. the issue is the response for notifications in talk has web urls and they just open the browser from a button that gets generated (view reply) i disabled that on the web app for now by removing it from the notifications code in the custom_apps folder |
hi -
when i get notifications, if i click on it, either a talk or nextcloud(files) notification, it attempts to log me in using a browser.. on a talk notification, if i expand it and click on it, it is ok, but not from its initial state (i made sure open in browser was disabled from the settings)... nextcloud client app (files) notifications when clicked always open in a browser...
thank you!!
The text was updated successfully, but these errors were encountered: