chuot / rdio-scanner

Rdio Scanner is an open source software that ingest and distribute audio files generated by various software-defined radio recorders. Its interface tries to reproduce the user experience of a real police scanner, while adding its own touch.
GNU General Public License v3.0
422 stars 60 forks source link

Feature Request: Info Section #237

Closed RestNPizza closed 2 years ago

RestNPizza commented 2 years ago

It would be great to have a button on the main screen that says info or something where the host of the scanner could post information like details about their scanner setup, current systems that are being monitored or even common radio codes and their definitions so users can easily look them up. Keep up the great work!

cpg178 commented 2 years ago

I would love to see something like this implemented too,

canuckcam commented 2 years ago

+1 - could be simply a "help" button on the lower left perhaps, that can be redirected to a URL as a popup/new window or something? Policescanner.ca has (or had?) the rdio-scanner interface inside a frame so the surrounding was info and such.

chuot commented 2 years ago

Well, on second thought, I won't add such a feature just because I want to keep the native apps the same as open source web app.

The problem with the native apps is that I can't provide a button that will open a random page with random items as they might break the agreement I signed with Google and Apple. They have more restrictions and checks when an app that can open web pages is submitted to their respective store, and I want to avoid that.

However, you can achieve the same result using a webpage with an <iframe> to Rdio Scanner. Keep an eye for the next release, I'll add an example for this in the docs/examples/iframe folder. You can then create your own page from this example.