Skip to content

Instantly share code, notes, and snippets.

@KleversonNascimento
Created May 6, 2019 04:06
Show Gist options
  • Save KleversonNascimento/6a55110eb620e0e9e7ac5a17c92e6171 to your computer and use it in GitHub Desktop.
Save KleversonNascimento/6a55110eb620e0e9e7ac5a17c92e6171 to your computer and use it in GitHub Desktop.
function isTWA
function isTWA() {
if (window.document.referrer === 'com.package.name.example') {
return true;
}
return false;
}
export default isTWA;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment