From 47e16f54fed25a6c0ffd4d462687d4673f51eb47 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 1 Dec 2019 17:30:07 -0500 Subject: #869 convert links to buttons --- www/js/HelpCtrl.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'www/js') diff --git a/www/js/HelpCtrl.js b/www/js/HelpCtrl.js index b022121d..6f4a7466 100644 --- a/www/js/HelpCtrl.js +++ b/www/js/HelpCtrl.js @@ -61,6 +61,15 @@ angular.module('zmApp.controllers').controller('zmApp.HelpCtrl', ['$scope', '$ro } + $scope.launchUrl = function (url) { + + options = { + }; + console.log ('got '+url); + cordova.InAppBrowser.open(url, '_blank', options); + + }; + //------------------------------------------------------------------------- // Lets make sure we set screen dim properly as we enter // The problem is we enter other states before we leave previous states -- cgit v1.2.3