Stop Mobile Safari from trying to auto-fill the location box
This change prevents the "No items to show" popup that obscures the first couple suggested matches.
This commit is contained in:
parent
b49433f5ff
commit
13621b6f46
5 changed files with 11 additions and 7 deletions
|
|
@ -26,7 +26,7 @@ const categories = [
|
|||
'Postal', 'Populated Place',
|
||||
];
|
||||
const category = categories.join(',');
|
||||
const TXT_ADDRESS_SELECTOR = '#txtAddress';
|
||||
const TXT_ADDRESS_SELECTOR = '#txtLocation';
|
||||
const TOGGLE_FULL_SCREEN_SELECTOR = '#ToggleFullScreen';
|
||||
const BNT_GET_GPS_SELECTOR = '#btnGetGps';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue