When clicking the "Open in browser" button in Service Studio, the preview will open in Chrome and I will be presented with a warning message and blocked from previewing in the browser. Warning message reads: "Your app requires native access to a Local Storage database that is not available in your browser. Please test your app in your mobile device."
Up to recently our team was able to use a Chrome flag (chrome://flags/#web-sql-access) which has now been depreciated (https://developer.chrome.com/blog/deprecating-web-sql). There is a solution provided by the Google team here using SQLite, but is this compatible with OutSystems? We liked using Chrome Dev tools to inspect our published code, but now we only have access to the native app build which is limiting in that regard. Any thoughts on a workaround?
Hi Joey Petrone,
Did you manage to find a solution for this problem on Google Chrome?