victordiaz / PHONK

PHONK is a coding playground for new and old Android devices
https://phonk.app
GNU General Public License v3.0
456 stars 27 forks source link

Code changes do not take effect until PHONK is restarted. #60

Closed briantilley closed 3 years ago

briantilley commented 3 years ago

Code edits I make to my project on both the mobile text editor and the web editor do not take effect the next time I save and run my project. As a workaround, I have to do to following:

Save my changes Stop the webserver Remove the app from recent apps ("kill it") Re-open PHONK Start my project (works from web editor and phone)

I am using a OnePlus 5 (version w/ 6GB ram, 64GB storage) on Android 10 (Oxygen OS 10.0.0). App is version 1.2.7_normal

To reproduce, open the project, edit in web browser, and run the project. Stop, save new changes, then run again, and old behavior persists.

victordiaz commented 3 years ago

Hi @briantilley

I cannot reproduce the bug with any of my devices or emulators :/ When you save the code from the Web Editor, do you get the notification that is "saved"?

Can you double check if you gave permissions to access the device storage?

Make sure you only have one version of PHONK installed, otherwise it might not work properly.

briantilley commented 3 years ago

The "Saved" notification does go through successfully (changes to yellow) and I can verify that by looking at the updated code from the app. I just checked, PHONK has storage access permission. Only one version is installed, from the Google Play store. If it would help, I can provide the project files later today.

victordiaz commented 3 years ago

There is a discord channel here https://discord.gg/Rt2mkWp

Feel free to enter if you think we can solve the problem faster :)

victordiaz commented 3 years ago

I close the issue since I could not replicate. Feel free to reopen it if the problem still persists