0
The while loop part is crashing when arrange the questions
I am using iPasOS 14, BUT the APP will CRASH all the time when doing while loop questions.
8 Respostas
+ 3
Wenhan Tong
Now I understand.
Please contact sololearn: info@sololearn.com
Maybe it has to do with the latest update. I am using Android so I don't know about this issue.
+ 2
Sorry, your question is not clear(esp. for me) to answer.
If you are having problem with while loop in your code then post that code or provide the link to that code.
Thank you.
+ 2
Hello Wenhan Tong
Please share us your code. Maybe you are using an infinity loop.
+ 2
Wenhan Tong not sure what is causing your while loop to crash ... I just updated my simplified loop with no issues.
Have you updated your app recently to 3.4.5 or are you on an earlier version ?
https://code.sololearn.com/cESgH04wqB4A/?ref=app
+ 1
Denise Roßberg Thanks a lot!
0
Not the codes problem. This should be a compatible issue of this application and iPadOS 14. There is a question to ask to re order the codes to correct order. But when I touch the line to change, the application will crash and return to home page. I wonder whether someone met the same issue?
0
Hi Denise Roßberg,
This is not about codes. There is a re order question in the course. The application will crash and return to home page. I thought this is an iPadOS 14 compatiblility issue with this app. Do you meet the same issue?
0
Might your while loop be infinite loop which crash browsers.
If condition is always true the loop run for infinite and don't stop which leads to crash browser.but now some browser has fix it.
If you have problem please check condition of your while loop