woreilly Posted November 10, 2014 Posted November 10, 2014 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?
biz Posted November 12, 2014 Posted November 12, 2014 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"; 1
woreilly Posted November 12, 2014 Author Posted November 12, 2014 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!
woreilly Posted December 8, 2014 Author Posted December 8, 2014 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now