Jump to content

Recommended Posts

Posted

Firstly, mods/admins feel free to move this to a different forum section if i've picked the wrong one.

 

Anyway, I have deployed the ScratchJr app to iPads at one of my schools but the app itself does nothing when you open it. It simply sits on a screen showing the ScratchJr logo with a few credits at the bottom.

 

I have tried completely removing the app. Both from Mac (which i used to deploy via configurator) and the iPad and reinstalling but to no avail...anyone got any ideas? have I missed something obvious?

Posted

We had exactly this, it turned out to be an issue with the proxy. ScratchJr gave us two solutions:

 

1. turn airplane mode on

 

2. Add the following line of code to the FindProxyForURL function in the .pac file:

 

if (shExpMatch(host, "localhost")||shExpMatch(host, "127.0.0.1")) return "DIRECT";

  • Thanks 1
Posted
We had exactly this, it turned out to be an issue with the proxy. ScratchJr gave us two solutions:

 

1. turn airplane mode on

 

2. Add the following line of code to the FindProxyForURL function in the .pac file:

 

if (shExpMatch(host, "localhost")||shExpMatch(host, "127.0.0.1")) return "DIRECT";

 

 

Ahhh thank you! They use WebDav which to make it work was setup with a .pac file so I will have to look at next time I am at the school! Have set myself a reminder and I will let you know my results!

  • 4 weeks later...
Posted
We had exactly this, it turned out to be an issue with the proxy. ScratchJr gave us two solutions:

 

1. turn airplane mode on

 

2. Add the following line of code to the FindProxyForURL function in the .pac file:

 

if (shExpMatch(host, "localhost")||shExpMatch(host, "127.0.0.1")) return "DIRECT";

 

Thank you again for this. I was back at the school today and Scratch now works on their iPads :D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...