Open TeamViewer host app from React Native
oduivestein
Posts: 1
in Mobile
Hi!
I'm currently trying to add a button in React Native in Android that links to the Teamviewer Host app. Whatever url i'm trying, I'm ending up with the following error:
openTeamviewer() {
Linking.openURL('teamviewerhost://open')
Error: Could not open URL 'teamviewerhost://open': No Activity found to handle Intent { act=android.intent.action.VIEW dat=teamviewer10://open flg=0x10000000 }
Does someone know the right url to open the already installed TeamViewer Host application?
Tagged:
0