The BB playbook browser handles both the console and file editor web interfaces, however the soft keyboard seems to be transmitting all text to consoles and the editor IN CAPS. Clearly this is an issue when coding in a case sensitive language!
This is only an issue on python anywhere - "normal" html textboxes and textareas work fine. (note - ALL CAPS occurs whether or not the keyboard is in caps mode). Is it something to do with a buggy websockets implementation in the browser?
Also - more of a playbook problem really, but given the way the playbook browser implements copy & paste, there is no way to paste into a python anywhere console or editor (the browser fails to bring up the context menu and the soft keyboard does not support CTRL-V operations).
Any ideas?