function onOAuthMessage(message) callback size limitation in simulator

While testing with authentication module i see that the response from an authentication service is working on a real device but not in the simulator.

It looks like the OAuth Window in the simulator is truncating the message at about 2000 bytes. I can see the about 2700 bytes on a real device.

Should this be considered as a bug?