mozilla-magnet / magnet-client

A nearby content discovery client for Android & iOS
Mozilla Public License 2.0
17 stars 10 forks source link

Move prompts out of JS code #323

Closed wilsonpage closed 7 years ago

wilsonpage commented 7 years ago

It's becoming clear that specific hardware/feature availability prompts are very platform specific. For example in Android apps must perform checks and prompts manually, whereas IIUC iOS does this automatically.

JS code should be reserved for logic that must be run for both platforms.