BetterArguruments / nofapp

Awesome App to track your NoFap progress
http://betterarguruments.github.io/nofapp
2 stars 0 forks source link

reddit link in intro not working #2

Closed chrisbraucker closed 9 years ago

chrisbraucker commented 9 years ago

Neither combination of <a> or <div> tag with href, onclick="window.open(url)" or ng-click with function handler seems to work on my phone. In the browser it's fine on both pc and handheld, but the native app refuses to do anything.

chrisbraucker commented 9 years ago

seems to be a problem that arises when the plugin cordova-plugin-inappbrowser isn't installed correctly. After running

ionic plugin rm cordova-plugin-inappbrowser
ionic plugin add cordova-plugin-inappbrowser

the issue seems to be gone. Was able to reproduce the issue after cloning a fresh copy of the repository and calling npm install.