Hi,
This is not currently possible because BreakoutJS can only communicate over a websocket. It probably wouldn’t be to difficult to get it to work with PhoneGap. You’d need to swap out the WebSocket interface for PhoneGap’s serial interface. See the file Breakout/src/core/WSocketWrapper.js and how it is integrated into Breakout/src/core/IOBoard.js.