1
2
3
4
5
Hello Guys...I'm creating a voting apps....the flow you can see on picture above....this screenshot is running on desktop....the problem is WHEN APP RUNNING ON MOBILE PHONE.... the page 4 (pic4) the nomination name that we selected on previous page(page My nominee) on radio button list not appear on page 4......
on picture 5 problem is the name not appear on the box... (when display on mobile phone)
code at radiobutton on page 3:-
property OnChange :
UpdateContext({selected: Radio1.Selected.Value})
code at lable on page 4:-
property Text on TextInput:
Radio1.Selected.Value
what throubleshoot can I do?
This apps will launch soon.....really need help and direct solutions....ASAP thank you
CC: @CarlosFigueira @Jeff_Thorpe @Shanescows @Anonymous @dinusc kindly appreciate your responds
Hi,
So the situation here is, the text would be displayed correctly when using PowerApps Studio in Web, but not under Mobile devices?
Take a try to switch UpdateContext() function with the Set() function.
For example, replace
UpdateContext({selected: Radio1.Selected.Value})
with:
Set(Selected, Radio1.selected.Value)
then, use the Selected varibale under the Default property of the TextInput.
After that, withe the CONFIRM button OnSelect property, add the following part
Set(Selected, blank() )
Regards,
Michael
@v-micsh-msft thanks you for your reply
I already replace the code and follow your suggestion....but It only appear on confirmation screen just for 1 second then the selected name dissapear...how do I make it the selected name still there until the user click the CONFIRM button ?
what should I do now sir @v-micsh-msft
thank you really apperciate your reply
Please put the
Set(Selected, blank() )
At the end of the OnSelect property of the CONFIRM button.
Under the Default property of the TextInput, put the following:
Selected
The Variable "Selected" will not change its value until the Confirm button has been pressed.
Regards,
Michael
@v-micsh-msft thanks you for your reply
I already replace the code and follow your suggestion....but It only appear on confirmation screen just for 1 second then the selected name dissapear...how do I make it the selected name still there until the user click the CONFIRM button ?
what should I do now sir @v-micsh-msft
thank you really apperciate your reply
Regards,
azzam
It's work sir....but on mobile still the same....not appear when I run the apps on mobile....
When I test run on desktop web it's working.....
any other suggestion to solve my problem sir?
Regards,
Azzam
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
253 | |
122 | |
84 | |
84 | |
67 |