Reputation: 37
I want to make my app's login page native, but after user login they would be redirect to the webview. basically the app is webview except the login page. Is there anyway to pass the login sessino between native app and webview?
PS: xcode ios
thanks
Upvotes: 1
Views: 1250
Reputation: 3267
I am using the below way to pass details in native and webview html page.
OR
Javascript call How to invoke Objective C method from Javascript and send back data to Javascript in iOS?
Upvotes: 2