Hi There,
I saw this error on your page:
brightwaysconsulting.com/:713 Uncaught SyntaxError: Unexpected token <
Please replace this code from your Cornerstone > Custom Javascript:
<script;type='text/javascript'>if((navigator.userAgent.indexOf('iPad')!=-1)){document.location='http://brightwaysconsulting.com/about/'};</script>
To this:
if((navigator.userAgent.indexOf('iPad')!=-1)){document.location='http://brightwaysconsulting.com/about/'};
No need to add script tag because it is already wrap in script tag.
It is showing fine on Android. See attached screenshot.