Skip to Content
0
Jan 02, 2017 at 03:14 PM

Split App - icon list not showing on mobile

1403 Views Last edit May 27, 2020 at 08:10 AM 2 rev

Happy new year Gurus,

I have a split app with a master detail concept that works fine on desktop and tablet mode. On phone mode, it does not want to show me the icon list on the top left of the screen. my app code looks like this:

<SplitApp>

<detailPages><Page><content></content></Page></detailPages>

<masterPages><Page><content></content></Page></masterPages>

</SplitApp>

there is nothing being applied to include/exclude settings for device types as far as I am aware. In the manifest.json file, there is a setting like this:

.. "deviceTypes": { "desktop": true, "phone":true, "tablet":true}, ..

i am using sapui5 version 1.40 on my project.

correct look on tablet

missing icon on phone mode - when i select the item in the list.. i see the proper behavior while debugging but i am unable to see the details page -

any ideas are appreciated - thank you

Attachments

t1-shows.jpg (31.6 kB)