nodekit-cli
Version:
A command-line tool for creating {NK} NodeKit applications
45 lines • 1.3 kB
JSON
{
"$xmlns": "http://www.w3.org/ns/widgets",
"id": "io.nodekit.sample",
"version": "2.0.0",
"preference": {
"AllowInlineMediaPlayback": false,
"BackupWebStorage": "cloud",
"DisallowOverscroll": false,
"EnableViewportScale": false,
"KeyboardDisplayRequiresUserAction": true,
"MediaPlaybackRequiresUserAction": false,
"SuppressesIncrementalRendering": false,
"SuppressesLongPressGesture": false,
"Suppresses3DTouchGesture": false,
"GapBetweenPages": 0,
"PageLength": 0,
"PaginationBreakingMode": "page",
"PaginationMode": "unpaginated"
},
"feature": {
"LocalStorage": {
"param": {
"ios-package": "CDVLocalStorage"
}
},
"HandleOpenUrl": {
"param": {
"ios-package": "CDVHandleOpenURL",
"onload": true
}
},
"IntentAndNavigationFilter": {
"param": {
"ios-package": "CDVIntentAndNavigationFilter",
"onload": true
}
},
"GestureHandler": {
"param": {
"ios-package": "CDVGestureHandler",
"onload": true
}
}
}
}