diff --git a/app/js/services.js b/app/js/services.js index 57ee87af..7a367d2e 100644 --- a/app/js/services.js +++ b/app/js/services.js @@ -4182,6 +4182,8 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) started = true; try { navigator.registerProtocolHandler('tg', '#im?tgaddr=%s', 'Telegram Web'); + } catch (e) {} + try { navigator.registerProtocolHandler('web+tg', '#im?tgaddr=%s', 'Telegram Web'); } catch (e) {}