webview db size limit

  • 1
  • Problem
  • Updated 9 years ago
I open database in android with a 20mb size, and it succeeds.but the same code can not work on ios, for ios only permit 5mb in uiwebview.
Is there any way to make this same code work both on android and ios? or create a 20mb db in uiwebview?

thanks
Photo of xilakawu.xiu

xilakawu.xiu

  • 1 Post
  • 0 Reply Likes

Posted 9 years ago

  • 1
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
The short answer is no - I believe iOS should prompt the user when you're opening a larger database, but if it isn't doing that, there's no way to work around it (without writing a native plugin).