DavidFrahm / wakatime-mobile

Mobile app for WakaTime
BSD 3-Clause "New" or "Revised" License
39 stars 9 forks source link

URL blocked by whitelist #3

Closed albertogaona closed 8 years ago

albertogaona commented 9 years ago

In Android I get

SystemWebViewClient﹕ URL blocked by whitelist: https://wakatime.com/api/v1/users/current/?api_key=XXXXXXXXXXXX

albertogaona commented 9 years ago

Forgot to install cordova-plugin-whitelist plugin. Now it is working.

DavidFrahm commented 9 years ago

The whitelist is a new issue, caused by a new Cordova version than when I started the project.

I'm reopening this issue, so that the project gets updated for this.

DavidFrahm commented 8 years ago

The primary repo was moved to https://github.com/wakatime/wakatime-mobile.

I already added the whitelist stuff over there, in order to get a working build with the latest cordova platform libs.