html5 - Is there any way to open instagram camera page from webapp on Android? -


I am trying to open the Instagram camera page from HTML on the Android device.

A code here that works well for iOS but does not work for Android devices:

& lt; A href = "Instagram: // camera" & gt; Instagram open on any other page (not on AdWords page) & lt; / A & gt; . .

A fallback is accepted as a solution, but the only way I have found is to:

& lt; Href = "http://instagram.com/p/" & gt; Open Instagram & lt; / A & gt;

An error ("The feed can not be refreshed") is because the image ID is missing in the URL.


Comments