c# - How can I enable an "Apps for Office" app to run on a mobile browser? -
i've created "apps office" mail app that's working in both outlook 2013 desktop app , office 365 on desktop browsers. however, when use office 365 on mobile browser "app bar" never loads , therefore there's no way launch app. i've taken desktop browser mail app appeared, switched user-agent mobile browser agent, , app stops loading.
according overview of apps office:
apps can run in multiple environments, including office desktop applications, office online in both desktop , mobile browsers (my emphasis), , growing number of office tablet , phone apps.
what missing?
set mail app outlook on desktops, tablets , mobile devices explains do. if manually edit manifest xml file you'll see <desktopsettings>
element defined.
you can add additional <tabletsettings>
, <phonesettings>
elements handle cases, optionally providing entirely different pages app.
Comments
Post a Comment