Thanks Rob.
That’s a bummer. It is working on Android after all.
Another issue I’m having is I cannot find any documentation on CoronaCards Swift<->Lua communication, only Obj-C here:
https://docs.coronalabs.com/coronacards/ios/communication.html
Also, it seems that there’s an error in the documentation on Androids Java<->Lua communication here:
https://docs.coronalabs.com/coronacards/android/communication.html
CoronaView view = ... Hashtable\<Object, Object\> event = new Hashtable\<Object, Object\>(); returnValue.put("otherKey", "otherValue"); returnValue.put("name", "pauseEvent"); view.sendEvent(event);
I do believe that “returnValue” should be “event”.