SYMPTOM:
Even after the following tech note KB40581: How to use Mobile URL API to display a certain panel in a panel selector in MicroStrategy Mobile 9.4.1 - 10.x , mobile users are not able to use an image or a textbox as a link to a different panel in the same mobile document using URL API in Strategy Mobile 9.4.x-10.x.
STEPS TO REPRODUCE:
In Strategy Tutorial 9.4.x-10.x:


mstr://?evt=2048076&psName=MyPanelStack&pName=BluePanel
CAUSE:
This is working as designed. There are two panel properties, the Panel Name and the Panel title. The URL API parameter is trying to match the Panel Name parameter and not the Panel Title. Changing the name of the panel through Strategy Web changes only the "Panel Title" property, but not the actual "Panel Name" of the panel. If the properties of the panel are viewed in the Strategy Developer document editor, the Panel Name will be the default panel name assigned when the panel was created, in this case "Panel45", like shown below:

ACTION:
Users who wish the panel name property to be exposed in the Strategy Web interface should post in the Ideas Exchange
WORKAROUND:
Change the Panel Name property directly in the properties pane within the Strategy Developer document editor to be the same as the Panel Title, like shown below.

The link should work correctly now.