Bug 148808 - [iOS] Disable backspace key navigation by default
Summary: [iOS] Disable backspace key navigation by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 11:18 PDT by mitz
Modified: 2015-09-04 11:59 PDT (History)
0 users

See Also:


Attachments
Disable backspace navigation (2.26 KB, patch)
2015-09-04 11:20 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2015-09-04 11:18:30 PDT
The delete and shift-delete keyboard shortcuts for back/forward navigation are disabled in Mac Safari. Disable them in WKWebView on iOS as well.
Comment 1 mitz 2015-09-04 11:20:50 PDT
Created attachment 260601 [details]
Disable backspace navigation
Comment 2 mitz 2015-09-04 11:59:13 PDT
Committed <http://trac.webkit.org/r189366>.