i found a way to change mainmenu display to topmenu display.
locate this file -- "modulesmod_mj_iphone_menumod_mj_iphone_menu.php" on your joomla installation dir and open it.
find "$params->def('menutype', 'mainmenu');" and change it to "$params->def('menutype', 'topmenu');"
DONE.