cancel
Showing results for 
Search instead for 
Did you mean: 

JS SetTimeOut Function not working in SAPUI5 application

bhaskar_india
Participant
0 Kudos

Hi UI5ers,

I am trying to use settimeout method in my view controller. But the timeout method is never called.

Any reason why JS native methods cannot be used in Ui5? Or Am I using it wrongly?

Thanks,

Bhaskar

maheshpalavalli
Active Contributor

Please paste your code?

View Entire Topic
xstava
Explorer
0 Kudos
setTimeout(function () {
	this.myFunc();
}.bind(this), 500);