Open nelsonic opened 4 years ago
@nelsonic I've already started working on this issue. 😎
@miguelmartins17 Please share your progress with screenshots as you are going. 👍
@nelsonic I didn't find anything about how to display the WebView in a portion of the screen. Do you want me to open a New issue?
@miguelmartins17 in the official video (linked above) at 02:50 @efortuna describes having a WebView inside of a ListView: This is used to display the content of a News article below the news article Title. It is an example of only using a portion of the screen to display a WebView.
I think this is a good use-case if the news content is web based and we want to contain it. 💭
We appear to be having a little challenge getting Google Auth to work in Flutter without Firebase: https://github.com/dwyl/learn-flutter/issues/4 This is a temporary obstacle if we are able to embed the fully functional Phoenix Google Auth into our Flutter App using a WebView. If we are able to display any web page in a Flutter App then we will be able to perform all the Google Authentication steps in a web view and eliminate the need for Firebase.
Todo
webview-tutorial.md
andUseful Links
@miguelmartins17 in case you are wondering why this issue has the word "SPIKE" in the title, see: https://en.wikipedia.org/wiki/Spike_(software_development) 😉