Is it possible to read messages from showToastMessage function?
Code: Select all | Expand
showToastMessage("Warning","There is a something error (ERR10001) !","error");
Thanks.
Code: Select all | Expand
showToastMessage("Warning","There is a something error (ERR10001) !","error");
Antonio Linares wrote:Dear Hakan,
If showToastMessage() is a javascript function available from your HTML, then you should be able to execute it using:
oWebView:Eval( 'showToastMessage("Warning","There is a something error (ERR10001) !","error")' )