Hi all,
I am using BSP (page with flow logic) with plain html, javascript to move stock around the warehouse using mobile devices.
this guns run my application using internet explorer.
Well the issue I am having is when user saves some data previously scanned the screen shows an icon like is thinking and the application gets stuck.
For a moment I tough it was the network but i discarded that because the strength is really good.
one page is collecting the data scanned and then I pass all these parameter to another page so my thought is this is the issue because many parameters are passed and I am not using method="post" in my <form>
Could this be the issue?
Since i am not using POST, all parameters are shown in my top line of the IE
or why do you think at some point in the process the system gets really slow?
note: while running the application in my computer during testing everything looks fine and fast but not in the gun.
Thanks,
neo