cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom Shell plugin in Mobile start not visible

jaivijay
Explorer
0 Kudos
299

I have developed a simple shell plugin to open an app using semantic/action. Its is visible in WZ standard edition Desktop browser and works as expected, but not in mobile device. is it limitation or do I miss any configuration ?

 
Component.js
 
 oRenderer.addHeaderEndItem({
                        icon: "sap-icon://manager",
                        tooltip: "My Substitutes",
                        target: "#ZMANAGE-create"
                    }, true, false);
Manifest
  "hideLauncher": true,
  "semanticObject": "Shell",
  "action": "plugin"
....
"sap.flp": {
    "type": "plugin"
  },
.....
 "deviceTypes": {
      "desktop": true,
      "tablet": true,
      "phone": true
    }
 
Desktop:
jaivijay_1-1724350607748.png

 Mobile Device (Mobile Start app)

jaivijay_2-1724350761872.png

Any pointers would help

Thanks,

Vijay

Accepted Solutions (0)

Answers (0)