Custom app not working on mobile

Copper Contributor

 

Hi All,

 

I have created a custom app, which works fine on Desktop and web-browser.

 

When I try to access the same on the Mobile app, it tries to load the app but it looks like it fails and a blank white page appears.

 

Any suggestion on what is going wrong?

 

Thanks,

Pratap

6 Replies
@Pratapkarn2186 - Are you developing any Teams app. And what error you are getting on mobile or only blank screen is coming?
Hi @Nivedipa-MSFT, I have created a custom app and in the Personal app I am loading an application from an external system. Things work fine in Desktop but in Mobile, I see loader for a couple of secs then a blank page.
@Pratapkarn2186 - Are you developing any Teams application? If yes how you are loading the application from an external system?

hi @Nivedipa-MSFT,
Attaching manifest file :

{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.14/MicrosoftTeams.schema.json",
"version": "1.0.4",
"manifestVersion": "1.14",
"id": “XXXXX”X,
"packageName": "com.package.name",
"name": {
"short": "Raptors",
"full": "Raptors Messaging"
},
"developer": {
"name": “XXX”,
"mpnId": "",
"websiteUrl": "https://XXXXX”,
"privacyUrl": "https://XXXX/privacy",
"termsOfUseUrl": "https://XXX/t&c”
},
"description": {
"short": "Messaging app",
"full": "Send and receive messages "
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#FFFFFF",
"staticTabs": [
{
"entityId": “XXXXX”,
"name": "MultiLine",
"contentUrl": "https://XXXXXXX/web?embedded=messaging",
"scopes": [
"personal"
]
},
{
"entityId": "about",
"scopes": [
"personal"
]
}
],
"validDomains": [
“XXXXX”
],
"webApplicationInfo": {
"id": “XXXXXXXXXXXXX”,
"resource": "api://XXXXXXX/XXXXXX-2e98-4220-81af-XXXXXXXX”
},
"isFullScreen": true,
"activities": {
"activityTypes": [
{
"type": "mldt_notify",
"description": "Notification",
"templateText": "MLDT Notification"
},
{
"type": "mldt_notify",
"description": "Notification",
"templateText": "MultiLine Messaging Notification"
}
]
},
"authorization": {
"permissions": {
"orgWide": [],
"resourceSpecific": []
}
},
"supportedChannelTypes": [
"sharedChannels",
"privateChannels"
]
}

@Pratapkarn2186 - We will test this manifest and update you soon.


@Nivedipa-MSFT: Issue got resolved, a web application was having some issue with the Safari browser.