IPad pro safari recognized as pc

Hi, when using my iPad pro, i’m facing an issue where shapespark recognizes scenes on the safari browser as pc configuration , but on the Chrome browser everything is fine.

Also,is there any way to remove the ‘help’ button through a custom script?

Could you check what setting your iPad has at Settings -> Safari -> Request Desktop Website?

Here is the body-end.html snippet to hide the help button:

<script>
  document.getElementById('help-button').style.display = 'none';
</script>
1 Like