Posts

Post not yet marked as solved
0 Replies
300 Views
Hi, We are planning to create a PWA application for iOS and android users for our functionalities. We have few queries, Kindly guide us Does apple support the PWA application submission in App Store ? Any limitation.. If we load the PWA URL in WKWebview in native app and generate native app, does apple allow this build to submit in store.. Any limitation . Thank you
Posted
by Finder-G.
Last updated
.
Post not yet marked as solved
0 Replies
258 Views
I am integrating(SAML & OIDC) for authentication in Cordova iOS project using Cordova inapp browser plugin. This plugin internally uses WKWebView. After successful loggedIn, The WKWebview gets close automatically. If the user open again the WKWebview , it shows the login page since it does not maintain the session / cookies / Session caches. But If minimize the WKWebview and open, it retains all the data and works as expected. If the WKWebview close and open, it considers as new instance Will it possible to retain or is this behaviour / limitation of iOS-WKWebview? Do I need to change any settings in server? I have tried with retain the WKWebView,cookies,processpool,WKWebViewConfiguration in NSUserDefaults and assigned again to WebView but the issue persists. What will be the solution for this? Kindly Guide me.
Posted
by Finder-G.
Last updated
.