shimaode
shimaode
Me too, and only unsecured way can be used to see the terminal, I can't get SSL way working even if I installed ca and p12 key on the phone,...
I fixed this issue by modify line 1634 of main.js from: `if (!key) {` to: `if (!key && !(ev.keyCode==32 && navigator.platform=="iPad")) {` But I don't know how to modify the...
@CorcovadoMing Sorry I made a mistake, my bad. I modified main.min.js directly and wrote the wrong version of corresponding main.js It should be if (ev.keyCode==32 && navigator.platform=="iPad") key=" " else...
@CorcovadoMing, you are right, it is related to term.coffee. Have you got your ssl version of butterfly working on your iPad?