The while loop part is crashing when arrange the questions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

29th Jul 2020, 6:58 PM
Wenhan Tong
8 Answers
+ 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.
29th Jul 2020, 7:15 PM
Denise Roßberg
Denise Roßberg - avatar
+ 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.
29th Jul 2020, 7:03 PM
Rohit
+ 2
Hello Wenhan Tong Please share us your code. Maybe you are using an infinity loop.
29th Jul 2020, 7:07 PM
Denise Roßberg
Denise Roßberg - avatar
+ 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
29th Jul 2020, 7:16 PM
BroFar
BroFar - avatar
+ 1
Denise Roßberg Thanks a lot!
29th Jul 2020, 7:16 PM
Wenhan Tong
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?
29th Jul 2020, 7:07 PM
Wenhan Tong
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?
29th Jul 2020, 7:11 PM
Wenhan Tong
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
30th Jul 2020, 4:55 AM
Divya Mohan
Divya Mohan - avatar