Cordova 在多设备混合应用程序中访问本地商店

Cordova 在多设备混合应用程序中访问本地商店,cordova,visual-studio-cordova,Cordova,Visual Studio Cordova,在多设备混合应用程序中是否有访问本地商店的标准API?我想存储特定于应用程序的用户设置 在Android中,我必须使用SharedReferences,在Windows中,我必须使用Windows.Storage.ApplicationData.Current.LocalSettings。我在MDHA中使用什么?在Cordova中,您使用openDatabase:

在多设备混合应用程序中是否有访问本地商店的标准API?我想存储特定于应用程序的用户设置


在Android中,我必须使用SharedReferences,在Windows中,我必须使用Windows.Storage.ApplicationData.Current.LocalSettings。我在MDHA中使用什么?

在Cordova中,您使用openDatabase: