Yes. A custom close button works if you use one of the closing methods provided by the SDK. You can use JavaScript or a specific URL scheme.
To close the message with JavaScript, use this command:
pushwoosh.closeInApp()
If you prefer to use a link, use the Pushwoosh URL scheme:
<a href="pushwoosh://close">Close</a>
Comments
0 comments
Please sign in to leave a comment.