While on some websites, iPad Safari automatically asks to save form data like Us/Pwd, on other pages, it never asks for the same.
How can we force it to ask for form data save on any website?
|
While on some websites, iPad Safari automatically asks to save form data like Us/Pwd, on other pages, it never asks for the same. How can we force it to ask for form data save on any website? |
|||
|
|
|
Add the following bookmarklet to safari:
You will need to know how to manipulate an existing bookmark to paste this small program in the place a bookmark normally has the URL. This is exactly how programs like Instapaper and Pocket and others use a bookmarklet (which is really a program stored as a bookmark) to change or act on the page you are currently browsing. Since you should always be a little suspicious when someone posts a program for you to run - here is a clearer version that shows we just loop over all the elements and blindly turn on autocomplete for each. This makes up for web developers that forgot or intentionally did not enable autocomplete. Same script as above, but nicely formatted and without the bookmarklet wrapper: function () { var ca, cea, cs, df, dfe, i, j, x, y;
} |
|||||||
|