cancel
Showing results for 
Search instead for 
Did you mean: 

block backspace on pda for mam

Former Member
0 Kudos

Hi,

I have a problem with the backspace key on the pda. When I am using the backspace on the pda, the application is losing its context and I get a lot of data rubish on the device. Is it possible to block the backspace so that the browser does not perform a "back"?

I am using Windows Mobile 2005.

Thanks,

Kai

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_schwing
Active Participant
0 Kudos

Hi Kai,

haven't really tried this out, but MSFT documentation says that it supports the window.onUnload event:

<a href="http://msdn2.microsoft.com/en-us/library/ms834652.aspx">http://msdn2.microsoft.com/en-us/library/ms834652.aspx</a>

But I do not know if you can do s.th. like this on the PDA as well:

<a href="http://www.hunlock.com/blogs/Mastering_The_Back_Button_With_Javascript">http://www.hunlock.com/blogs/Mastering_The_Back_Button_With_Javascript</a>

Could be worth a try.

stefan

Former Member
0 Kudos

Hi,

thanks for you suggestions...a colluege of mine was trying this...he sad the neede JavaScript Event "onKey" is not supported by the Pocket IE.

Has anyone experienc with this?

Greetings,

Kai

Former Member
0 Kudos

Kai,

What AKU Patch of Windows Mobile 5 are you in? We had similar problems on WM5.0 with 1.0 AKU. However we curently dont see the same problems in WM5.0 with AKU 3.0 and above.

Hope upgrading to the latest version of the OS helps at your end.

Thanks

Narasimhan

Former Member
0 Kudos

Hello Kai,

I guess you can block the backspace using a javascript on the page body for keypress event.

Julien.