Questions
Median protocol
20 days ago by David Mann
How do you use median protocol for this?
median.window.open(url, mode);
This will go to the new page, but I no longer get the back arrow when I link out from my app to the internet as I did when using gonative. So, I would like to try including mode='appbrowser'
window.location.href = 'median://window/open?url=' + url;