Recently, I’ve been getting the following Error Message in the Simulator when first opening my app:
18:55:40.786 ERROR: system.deletePreference() function is not supported. Use the system.deletePreferences() function instead.
It is only coming up the first time I open the app in the Simulator and not when I reload by hitting CTRL+R. I’m not calling this function manually. The code I’ve been working on recently when I started noticing this is the native.showPopup() API. Has anyone else seen this or know what I might be doing wrong?