Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi everyone! I have an issue in running this plugin on Android version 4.x.x. Did someone have the same one? How can i solve it? Thanks #127

Open
4 of 16 tasks
rosi92b opened this issue Apr 26, 2017 · 0 comments

Comments

@rosi92b
Copy link

rosi92b commented Apr 26, 2017

Issue:
I've tested it on multiple versione of android 4.x.x.
On Android 5 it works.

It gives me back this error:
TypeError: string is not a function

I'm working on Cordova 6.4.0 .

This is my code:
This function has an input type text in the html code
self.save = function () { $cordovaPreferences.store('name', self.name, 'profiledb') .then(function (value) { name = self.name; console.log('Im saving!'); }, function (ko) { console.log("User profile error: " + ko); }); };

Plugin version:

  • released version: 0.99.3
  • repository master

Toolchain:

  • Cordova cli
  • Phonegap cli
  • Phonegap cloud
  • Ionic
  • Other: _____

Platforms affected:

  • Android
  • iOS/macOS
  • LocalStorage fallback for browser and blackberry
  • Windows and Windows Phone 8.1 and later
  • Windows Phone 8 and earlier (deprecated)

What the scope of your problem:

  • General functionality (store/fetch/remove/clearAll)
  • Suites
  • Cloud synchronization and events
  • Preferences pane generation and display
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant