Hi Nathan,
I just looked at it and it was really easy.
What you have to do is edit the file view.html.php in components/com_hikashop/views/checkout/ and add this line:
if(this.defaultChecked) return;
after these lines
if(typeof document.id == 'function' ){
document.id('radio_".$method->payment_type.'_'.$method->payment_id."').addEvent('click', function(e){
Thus, the eway fields will be displayed when you arrive on the checkout but they won't disapear if you click on the button.
I hope this behaviour is ok for you!