Hi,
You can edit/override the view "eway_thanks" in order to add the HTML content you want.
To override the view (so you won't loose your modification when updating HikaShop), you have to copy
the file: "plugins/hikashoppayments/eway/eway_thanks.php"
to : "templates/YOUR_TEMPLATE/hikashoppayment/eway_thanks.php"
After that, you will be able to modify the file in the "templates" part, adding some text a "spinner" image, etc.
You can look at the paypal end view, it contains a spinner, it can be a good source of inspiration.
Regards,