ibrahim canbaz
Results
1
comments of
ibrahim canbaz
Perfect! Worked ! just added one parenthesis for if. Thanks, @ankitch01 ``` if( url.startsWith("yourapp:") ){ Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.parse(url)); cordova.getActivity().startActivity(intent); return true; } ```