cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with multiclick on the button

Former Member
0 Kudos

Hi,

I`ve got mobile application, and when i click few times, in a short period of time, on button which redirect me to another page before this page is loaded, my appliation crash.

What can i do with this.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Please check your log file for the perticular error it is throwing, and try to trace the problem through that.

There must be a problem in the code in calling the other page or there must be any problem in loading the new page, or you may be calling with a wrong path or check null pointers exceptions, or session time out exceptions

Regards

Abhijith YS

SRudra
Contributor
0 Kudos

Hi,

Maybe u should disbale the button after a single click, and enable it again when the page loading is complete. It all depends how u have programmed the application.

regds,