Hello,
I need to implement a new feature to support displaying HTML push messages as popups within our application.
Short background: I'm listening to a WebSocket for incoming commercial messages. When I receive a new message I need to display it as a new popup (preferably support drag/maximize and play nicely with NGUI). The message may contain complex HTML tags but mostly images/text and links that needs to get opened inside the browser (not inside Unity).
I searched the asset store and...
display HTML push messages inside Unity NGUI
I need to implement a new feature to support displaying HTML push messages as popups within our application.
Short background: I'm listening to a WebSocket for incoming commercial messages. When I receive a new message I need to display it as a new popup (preferably support drag/maximize and play nicely with NGUI). The message may contain complex HTML tags but mostly images/text and links that needs to get opened inside the browser (not inside Unity).
I searched the asset store and...
display HTML push messages inside Unity NGUI