Android missing option for geo uri

I'm developing an app using Ionic Framework. Within this app I have some geo uri encoded location links. In the upcoming Android-system option dialog where to choose an appropriate app to handle this intent it provides the following apps: Google Maps and Earth. As I have also OsmAnd installed it should also provide this as an option. Using 'geo:uri' intents from a native Android app does provide this option.

Does anyone has a clue why that happens and how to get this option?


Added

Within the ionic app I have this link:

<a href="geo:50.12564,14.45498">Show</a>

Angular is configured with:

$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|geo):/);

This is what it looks like (my app using geo uri) and what it should look like (wiki entry with geo uri):

What it looks like What it should look like