Supersonic javascript component not working in apk build?

Hey all – I’m not sure I’ll get an answer here but I’ll try.  I’ve made some logic changes to my app after a few months away, and I have a supersonic javascript component (doing websockets) which works perfectly well when previewing the app in the browser.  But the new build process produces an .apk binary that’s 1/3rd the size of my previous (successful) builds, and the websocket stuff doesn’t seem to be working anymore in .apk form.  Further, there’s no debugging available anymore, even via adb, so I’m not even really sure where to start.

Anyone else have a similar issue (“advanced” functionality no longer working in .apks but works fine in web preview)?  If so, what did you do about it?

This app has been working for me for years, and it’s frustrating that perhaps now this is the end of the road for it.

Thx 

Scroll to Top