Is there a way to open the instagram camera page from a webapp on Android?

I am trying to open an instagram camera page from HTML on android devices.

Here's a code that works well for IOS but doesn't work on Android devices:

<a href="Instagram://camera"> Open Instagram </a>

...

Opening the instagarm app on any other page (not the camera page) is accepted as a fallback solution, but the only way I've found is to use:

<href="http://instagram.com/p/"> Open Instagram </a>

This results in an error ("Failed to update feed") because the image ID is missing from the URL.

+3


source to share





All Articles