Open matheusrufca opened 7 years ago
Hi thanks for your comment and suggestion. TOAST API spec is a bit defferent from tizen. Unfortunately, toast.tvwinodw.show do not currently support string. It only support number units parameter and display with pixel(px) in screen.
We will consider support it.
Thank you for reading.
Hi folks, There is a type verification that only support integers when calling
toast.tvwindow.show
.So if I have this code would not work on TOAST:
toast.tvwindow.show
should be able to allow string to indicate units or even accept an integer on a string ('0'
).