Open frsvme opened 8 months ago
Hi, Can you send me a preview link ?
Hi,
Can you send me a preview link ?
Hi. I switched to this fork https://github.com/shogd3838/radio-player (link to fork edited about 15 min) - and this problem is not observed in it. However, many questions remain about the project as a whole. I would really like to implement the possibility of caching an "offline page" so that if the device with this PWA application is not connected to the Internet, when opening the application, a "stub" from the cache is displayed, informing that an Internet connection is expected. One of the problems I've encountered is absolutely everything.js files, when examined in Chrome Dev Tools, have a weight of 0 bytes. I tried to force it to be specified in the service-worker.js paths for the required cache .html file still has a weight of 0 kb. I think this is due to the fact that these files cannot be accessed by a direct path (for example, when specifying an absolute path in the address bar), since the rules from .htaccess are triggered. Perhaps you can help me implement the "offline mode"?)
The charset last version is set to utf-8 and this should handle the correct display of other languages. For the offline mode notification, I'll commit this feature soon.
The charset last version is set to utf-8 and this should handle the correct display of other languages.
For the offline mode notification, I'll commit this feature soon.
How long will the update take?) Sorry for the persistence, I really like your development <3
@oussamatn By the way, there are also problems when choosing the audio visualization mode, which is on the phone, which is on the computer.
Even if the music is playing, the audio visualization behavior is exactly the same as in the attached image.
The animation problem is due to unsupported Three.js API on iOS devices.
The animation problem is due to unsupported Three.js API on iOS devices.
I have not worked animations on desktop too. Last versions Chrome or Firefox.
On MacOS or Windows/Linux ?
On MacOS or Windows/Linux ?
MacOS and Windows
I don't have the issue with Windows based browser. I only get this on my IPhone. Are you running this last version ? Keep on eye on the new branch "migration", I'll fix this issue in the next merge.
I have trouble with display artist and title in right item menu. If artist or title have Russian Symbols or etc Symbols like as ( ) ! ? & — that's symbols no showed in right menu. Check screenshot.
Main menu
Player
Right Menu
I'm trying change Font on Cyrillic - that not fixed this trouble.
How I can fix that?