Re: accessing clojurescript browser REPL remotely

2011-10-21 Thread stratospark
Thanks, it works with a hardcoded IP address. I had tried using our Bonjour network hostnames, but that doesn't seem to work. The important thing is now I have a REPL to my iPad! -pat On Oct 21, 2:53 pm, David Nolen wrote: > Turns out this works just fine. You need to make sure that you change:

Re: accessing clojurescript browser REPL remotely

2011-10-21 Thread David Nolen
Turns out this works just fine. You need to make sure that you change: (repl/connect "http://localhost:9000/repl";) In your source to be the correct IP. David On Fri, Oct 21, 2011 at 3:39 PM, stratospark wrote: > Thanks for looking into it! > > Regarding the issue: "Cannot interact with Brows

Re: accessing clojurescript browser REPL remotely

2011-10-21 Thread stratospark
Thanks for looking into it! Regarding the issue: "Cannot interact with Browser REPL running in iOS/ Webkit Mobile devices", I did try it locally on my development machine with the iOS simulator and it works fine. For both iPhone and iPad, and iOS version 4 and 5. Only on the actual devices, connec

Re: accessing clojurescript browser REPL remotely

2011-10-21 Thread David Nolen
Hmm I get no errors. But it doesn't work. I agree that would be a *real* killer app for ClojureScript. Debugging JS on mobile browsers is a big pain. I will try looking into it if no one else gets to it first, ticket created http://dev.clojure.org/jira/browse/CLJS-92 David On Thu, Oct 20, 2011 a