I have some question about twitter cards metadataTag.
I want to open the application when user tap the TwitterCards.
But, the WebView is open and not open the application.
This happen when I using iOS.
I check the application is install.
I’m wrote metaTag like this.
Is there anything wrong ?
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content=“@test" />
<meta name="twitter:description" content=“testtest />
<meta name="twitter:image" content=“test.jpg" />
<meta name="twitter:app:country" content="JP" />
<meta name="twitter:app:name:iphone" content=“test" />
<meta name="twitter:app:url:iphone" content=“test://" />
<meta name="twitter:app:id:iphone" content=“test" />
<meta name="twitter:app:name:googleplay" content=“test" />
<meta name="twitter:app:url:googleplay" content=“test://" />
<meta name="twitter:app:id:googleplay" content=“test" />
I’m waiting for your help.
thank you