cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with the manifest.json file

former_member470015
Discoverer
0 Kudos

Hello Experts,

I am new to UI5 and am creating a simple wordlist app. I have create the following manifest,json and cross checked with the one created with the template also but my navigation does not work. Can u please help.

{ "_version": "1.12.0", "sap.app": { "id": "final_18", "type": "application", "i18n": "i18n/i18n.properties", "title": "{{appTitle}}", "description": "{{appDescription}}", "applicationVersion": { "version": "1.0.0" }, "resources": "resources.json", "sourceTemplate": { "id": "sap.ui.ui5-template-plugin.1worklist", "version": "1.67.0" } }, "sap.ui": { "technology": "UI5", "icons": { "icon": "sap-icon://task", "favIcon": "", "phone": "", "phone@2": "", "tablet": "", "tablet@2": "" }, "deviceTypes": { "desktop": true, "tablet": true, "phone": true } }, "sap.ui5": { "rootView": { "viewName": "final_18.View.App", "type": "XML", "async": true, "id": "myApp" }, "dependencies": { "minUI5Version": "1.60.0", "libs": { "sap.ui.core": {}, "sap.m": {}, "sap.f": {} } }, "contentDensities": { "compact": true, "cozy": true }, "models": { "i18n": { "type": "sap.ui.model.resource.ResourceModel", "settings": { "bundleName": "final_18.i18n.i18n" } } }, "routing": { "config": { "routerClass": "sap.m.routing.Router", "viewType": "XML", "viewPath": "final_18.View", "controlId": "myApp", "controlAggregation": "pages", "async": true }, "routes": [ { "pattern": "", "name": "worklist", "target": [ "worklist" ] } ], "targets": { "worklist": { "viewName": "Master", "viewId": "worklist", "viewLevel": 1 } } } } }

junwu
Active Contributor
0 Kudos

"does not work" can have many forms.

what is yours? be detail, ok?

saurabh_vakil
Active Contributor
0 Kudos

Please format your code, it is a nightmare to see this without proper formatting.

Also, as Jun has mentioned, you need to better explain exactly what issue you are facing. Are you seeing any error message(s) when you expect the navigation to happen?

Accepted Solutions (0)

Answers (0)