Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Navigation button not adding in window

$
0
0

I am trying to load window which has web view but i also want the back button. I tried something but its not working. here is the code In XLM <NavigationWindow id="navWin" platform="iOS"> In Cotroller Alloy.Globals.navGroup = $.navWin;

Code: var win = Ti.UI.createWindow({ title:'Check From MSDS', backButtonTitle: 'Back'

        });

            var webview = Ti.UI.createWebView({ 
            url:encoded_url
        });

            win.add(webview);
            Alloy.Globals.navGroup.openWindow(win);

Can anyone help?


Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>