As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Reduce the requested size of the WebSQL database by 237KB
J
Jason Barron
started a topic
about 9 years ago
The Kinvey Javascript SDK requests a WebSQL database size of 5 * 1024 * 1024 in the 'WebSqlAdapter' class. Unfortunately, Apple has a slightly different definition of a megabyte and anything over 5 * 1000 * 1000 will result in a dialog asking "Allow this website to use space on your disk?". Since I assume Kinvey chose this 5MB limit to avoid this dialog, it would make sense to adopt Apple's definition so that the dialog is avoided in Safari as well.
Jason Barron