cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
cssrt123
Frequent Visitor

Canvas Power App SignalR PCF

Hi there, hoping someone here will be able to point me in the right direction.

Been using Power Apps for a while now, and have started playing about with a PCF to use SignalR after watching a couple of youtube videos and thinking it would be great it have in an app.

Have managed to setup, install and incorporate in an app.....and have it sending messages, and images, between browser instances. But I cannot get the mobile version to do anything.....and with it being mobile and Power App android app, there's no Inspect option to see the console and see what's going wrong.....

 

Been searching frantically, adding every URL I can find into CORS.....but just can't get the mobile version to work. 

 

Has anyone got a canvas app, that works on a mobile, and can send messages via SignalR? What am I missing?

 

 

Chris

1 ACCEPTED SOLUTION

Accepted Solutions
cssrt123
Frequent Visitor

I managed to figure out the issue, after I found a way to get the remote mobile console for the native app; it turned out that the CORS was blocking the address the connection was coming from, which for the native app turned out to be http://127.0.0.1:5040 -- I added that to CORS, restarted the functions, and reloaded the app, and it worked absolutely fine. The browser version and the native mobile version can both now talk to each other via SignalR.

View solution in original post

11 REPLIES 11
cchannon
Multi Super User
Multi Super User

Does it not work on mobile devices at all, or does it work on mobile Web, but not mobile App?

@cchannon It works on a browser on mobile, but just not in the Power Apps app; and the browser on mobile isn't a great user experience, so the app has to connect somehow.

OK, then what you've got here is an issue in the host app, right? I mean, keep in mind that SingalR pages are doing a very unusual thing: creating a session with a server independent of the page context that can arbitrarily receive inputs without polling. In that light, it isn't surprising that a mobile app wouldn't play nicely.

 

If your users only have a couple of Power Apps on mobile 🤞, then I would look at having them install as PWAs instead of using the Power Apps interface. That parent interface is pretty clunky anyway and carries all that pink/purple branding that users find very distracting. By moving to PWA, you'll be returning to a browser context and your SignalR code should work, plus you'll clean up the user experience by having your users click an icon and get to the app - with no app library nonsense shoved in the middle.

 

Otherwise, if keeping the Power Apps app is a MUST, then I would reconsider your SignalR approach and try to leverage in-app notifications maybe? Pretty disappointing, I know, but I doubt you're going to find a way to 'fix' the MSFT app.

@cchannon There definitely something about the host app, and without the option to inspect the console, it's difficult to know what's (presumably) blocking it. 

The issue with getting rid of Power Apps is that we have quite a lot of them. You are right, the host app isn't the best, and with so many different levels of users, some are fine, and others struggle to find/load apps.

 

The thing is, I know it should be possible - Rui Santos LinkedIn post/video of SignalR / PCF on mobile , so I should have to move away from Power Apps, or move away from SignalR. Power Apps notifications just won't do the job, as it's not just a popup message that's being sent but also an in-app command to connected users to update a specific record, to save on regularly polling the main dataset. There are a few demos out there of how to make the PCF and the app, but just nothing the specifically touches on what's different about making it work via the host app.

Yeah, that's why I was hoping you only have a couple of them. Replacing the Power Apps app with PWAs en masse would be very challenging.

Is the capability isolated? As in, only happening in one spot on one form? If the scope is very limited, you could just implement a PCF that polls for updates every few seconds. It would be unnecessarily chatty and on mobile devices your users might notice a bit of slowdown, but if there aren't a ton of places where you're doing it, this kind of brute force approach could definitely work.

Also, even though it may be too late to change things for your existing users/apps, I suggest you consider PWAs for future app rollouts... They are simply cleaner to work with from a user perspective 90% of the time.

@cchannon Currently, the app's a proof of concept idea, as we're trying to make something in-house to replace an external system we pay for, and SignalR would tick two boxes - a "chat" feed of messages, but also a "system" feed of updates, designed not to appear anywhere like a chat message, but to trigger a refresh of that line of data from a DV table, to save a timer/poll scenario when there will be hundreds rows per day in the table. So, to answer the question....it's very isolated currently, as it's only in a test app and it's really only being used to try and send/receive a test message as a chat; just trying to get it to work reliably between mobile/desktop before it get built a bit more.

Yeah, that's a tough spot. Chat won't work with polling. It needs real-time responses...

 

That said, a chat experience also needs screen real estate, so on mobile it's going to eat up the screen anyway... Why not host your chat in a web resource (or in azure) then just put a "click to open chat" button in your power app? 

 

That would push your chat back into browser where you can use signalR, and in the app you can just poll every 10 (20?) seconds to find out if you need to refresh screen.

@cchannon The app/process we're trying to create a proof of concept for has a chat feed built in, and users don't like change as it is....so for the POC we're trying to make it function as close as we can to current. However, going forward, it would become what's needed, not what they want.

 

However, I'm aware that the chat takes up space, and I'd be planning on hiding it when not in use, make it appear in a popup and let you know there are new messages etc. Plus if I start moving users out of the PA experiences, and into a browser, and then expect them to get back to the app to use it too, it becomes more complex a user experience - especially considering there are a lot of different user abilities involved. 

 

However, as I mentioned this is currently just a proof of concept basic test, and i'm trying a basic chat just to get it functioning on a mobile (in the app) and in on a PC (via browser). The real use case will have a database of entries, possibly 200+ per day, which is why I don't want to be constantly polling the db for updates without knowing what's changed - my intention is to use SignalR to send a command, and when it receives the trigger (an ID number for example) it knows to revert that row only, rather than all 300 for possibly nothing. The chat feature would be secondary to this.

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!   This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions in the Forums to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber of SolutionsSuper UsersNumber of Solutions @anandm08  23 @WarrenBelz  31 @DBO_DV  10 @Amik  19 AmínAA 6 @mmbr1606  12 @rzuber  4 @happyume  7 @Giraldoj  3@ANB 6 (tie)   @SpongYe  6 (tie)     Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersSolutionsSuper UsersSolutions @anandm08  10@WarrenBelz 25 @DBO_DV  6@mmbr1606 14 @AmínAA 4 @Amik  12 @royg  3 @ANB  10 @AllanDeCastro  2 @SunilPashikanti  5 @Michaelfp  2 @FLMike  5 @eduardo_izzo  2   Meekou 2   @rzuber  2   @Velegandla  2     @PowerPlatform-P  2   @Micaiah  2     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 3:Community MembersSolutionsSuper UsersSolutionsPower Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27     Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 4:Community MembersSolutionsSuper UsersSolutionsPower Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8   SunilPashikanti8

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (1,069)