Back to Cordova

2021 05 30

slack-digest/2021-05-30.md

latest775 B
Original Source

Cordova Slack Digest

Sun, 30 May 2021 08:30:06 GMT

User count: 4503

Join the conversation at slack.cordova.io

Channel #general (1 messages)


Sat, 29 May 2021 19:45:00 GMT

@khatridevk says

Hey ! Anybody faced these ? I am just stuck with these:

  1. In the device with iOS 14.6, if I inspect my app using safari, app crashes. It happens due to some memory issue is what I read, https://developer.apple.com/forums/thread/679015
  2. Post WKWebView Migration, newer webview treats every integer number as a real number in iOS devices. This becomes problematic on saving and fetching data to/from SQLite, queries fail many times due to this. [ cos 1 != 1.0 ] Any solution/suggestions ?