notredame wrote:
1) How do I select the menu Items that I want to display ? There are some menu items I need on my website but do not want them on the mobile app.
There are two ways:
1. Use of mobile mod_mj_***_menu modules that allow to set itemid of menu items that should be hidden in mobile version.
2. Use of separate mobile menu (note that in this case menuitems should have aliases that differ from desktop menu).
notredame wrote:
2) If I have a search system built and I want to build separate templates for say a search page, and search results so that they are more straight forward for the user when running the mobile app, can it be done?
Currently MobileJoomla shows the same search results as desktop site. But you can override "view template" of search component in mobile template, or use special mobile search menuitem with another set of settings.