Replies: 6 comments 8 replies
-
Because it sounds like you're able to reproduce the issue, my best advice is to use the Chrome remote debugger to see if there are any JS errors occurring, or if there are any network issues if the products data is pulled over the network, etc. If you're unsure how to open the debugger, then I have a blog post that explains how.
Because your app works on an older version, but breaks on a newer version of the webview there are 3 likely scenarios that I would try to rule out first:
|
Beta Was this translation helpful? Give feedback.
-
Hey I can see that everything is being downloaded I can log in as a customer but products is not being displayed. |
Beta Was this translation helpful? Give feedback.
-
![]() |
Beta Was this translation helpful? Give feedback.
-
yes but remember when I delete android system webview in phone settings everything works |
Beta Was this translation helpful? Give feedback.
-
yes Im not entirely deleting it I just uninstall updates. do you know where to check what was released I tried looking up but couldnt find anything. this is a live app and many customers on android devices are facing this issue. We keep asking them to delete webview updates for now. |
Beta Was this translation helpful? Give feedback.
-
no issues there I can see it gets the products and I can access them in console: window.products I can see all products there it is just that it is not displaying on the screen by some reason |
Beta Was this translation helpful? Give feedback.
-
Hey guys Im new here sorry if Im doing not the way it should be. I am looking for help hopefully someone wise can advice. I have this old cordova application due to recent android system webview update(happened before xmas) when I log in to application I can see customers fine but products not being displayed when I go to phone settings and uninstall android system webview everything works. Maybe someone could help or advise how to debug what is causing this.
Only happens on android devices.
Beta Was this translation helpful? Give feedback.
All reactions