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

Settings values are not visible on Android #123

Open
5 of 16 tasks
vyarmolik opened this issue Mar 17, 2017 · 1 comment
Open
5 of 16 tasks

Settings values are not visible on Android #123

vyarmolik opened this issue Mar 17, 2017 · 1 comment

Comments

@vyarmolik
Copy link

Issue:
Neither default nor specified setting values are visible on the settings view on Android 7.

I have app-settings.json taken from the me.apla.cordova.app-preferences main branch:

[
    {
        "type":"group",
        "title":"Common",
        "items":[{
			"title":"Title",
			"type":"textfield",
			"key":"title"
		}, {
			"title":"Language",
			"type":"radio",
			"key":"lang",
			"default": "en-us",
			"items":[{
				"value":"en-us",
				"title":"English (US)"
			}, {
				"value":"en-gb",
				"title":"English (UK)"
			}]
		}, {
			"title":"Debug",
			"type":"toggle",
			"default":false,
			"key":"debug"
		}]
    }
]

When the settings view is opened (via show() function call), default setting values are not visible (except of the setting with "toggle" type).
settings_view

Even if I set another setting value, via tapping on a setting, the value is still not visible on the main setting view. However it is visible, when the setting is selected and a popup with its value appears:
setting_chosen

Please specify your environment

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
@maddymz
Copy link

maddymz commented Jun 1, 2017

I am also having the same issue.
@vyarmolik did you find any solution?

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

2 participants