Skip to content

Instantly share code, notes, and snippets.

@msrivastav13
Last active December 6, 2015 20:04
Workaround for Ipad key freezing issues on SF1 app
<script type="text/javascript">
window.onkeydown=function(){ // Workaround for known issue with SFDC(https://success.salesforce.com/issues_view?id=a1p30000000T5l1AAC)
window.focus();
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment