-
Notifications
You must be signed in to change notification settings - Fork 2
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFP: V2 with Offline Capabilities #204
Comments
A few preliminary conclusions from @patte research:
In my mind a next-cordova plugin would still be the nicest approach. Features:
|
Interesting WKWebView Limitations List from «Breaking changes coming to the iOS WebView in Apache Cordova»:
Regarding cookies: most likely we've already sufficiently worked around those issue with additional cookie forwarding and reloads during sign in in the web frontend. As we're already using WKWebView in React Native. But we do also have this custom fix on our native web view wrapper code but as far as I remember it is no longer strictly necessary. |
There is a Cordova plugin to support SW with UIWebView. But does not work with WKWebView. Apparently SW do not work on Android with Cordova because Cordova Apps aren't served over https. But also some good news: Cordova iOS 6.0.0 Released! |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
We'd like to reboot our app effort.
Current pain points
Constrains
Approaches we've thought about but not fully explored
Budget
Currently CHF 10k-30k feels right. The more solid the solution is the more we're willing to pay. Ideally it would become a well documented open source approach to wrap Next.js frontends in apps.
Research Notes
The text was updated successfully, but these errors were encountered: