Hi All,
Never have touched mobile search options in database until now.
Dol 7.1.6 + iOS 7 + default Dolphin app 1.8.5
Trying to add a custom mobile search option (webView-based), created a new record in sys_menu_mobile with action=100, it does appears on mobile menu, gives correct URL (checked with NSLog) and everything the rest (just copied workable menu item from "home") but when I tap this option on mobile, it just highlights this option, but nothing more. On Home and Profile works well. Seems like it just can't open webView from SearchHomeController.
Also, when I tap this Search option and then tap on Home tab, it does trying to open the webView. So I suppose it opens it somehow on the background.
What could go wrong?
Thanks.