focallocal / FL-MobileApp

Repo for Android and iOS app development of https://focallocal.org/home
2 stars 1 forks source link

iOS App Dev #2

Open cw00dw0rd opened 6 years ago

cw00dw0rd commented 6 years ago

General task for webView App for iOS. Currently the quickest solution might be using WKwebView per: https://developer.apple.com/documentation/webkit/wkwebview?changes=_6 but I am not familiar enough with iOS development to say for sure. If you have any input please leave some comment and/or assign yourself to this task on GitHub.

Currently getting an up and running app is priority and then moving to a more native app later. I will create another task for a Cordova implementation and serve as a place to discuss what the permanent solution should be for mobile app dev.

cw00dw0rd commented 6 years ago

iOS webView app

OlivierJM commented 6 years ago

For longer term, can we plan on moving to react-native for a better experience ?

cw00dw0rd commented 6 years ago

What would that involve as far as the main project goes? Would there be any connection between the two or would that just be creating an app with the same functionality?

OlivierJM commented 6 years ago

The best would be to have the 2 connected, so that they are both using same database.

OlivierJM commented 6 years ago

Sorry I didn't mean to close the thread.