views:

42

answers:

1

is there a way to access an app's iphone user default settings from javascript?

A: 

You could create a JS function to call from the Objective-C side that copies settings over, but there's no way for the JS layer to directly access the settings in your app.

Shaggy Frog