If run this code:
splitwin.addEventListener('visible',function(e) { if (e.view == 'detail') { alert(e.popover); } });My alert comes up empty. How do I access the splitview event property for popover?
Your Answer
Think you can help? Login to answer this question!