Closed Marix1 closed 6 years ago
Since iOS 9, you have to add the scheme "twitter" to LSApplicationQueriesSchemes in info.plist.
Very thanks.
i added to config.xml:
<config-file parent="LSApplicationQueriesSchemes" platform="ios" target="*-Info.plist">
<array>
<string>twitter</string>
<string>fb</string>
<string>telegram</string>
<string>whatsapp</string>
</array>
</config-file>
It would be good to add that to the doc
Hello i try that on ios and android.
On android its working
but on ios (10) only false back -> not working came back twitter twitter: twitter://
But i can open the apps with onClick="window.open('twitter://*'', '_system');