longzheng / mypal-ionic

Mobile app to see Myki account details for iOS & Android
MIT License
68 stars 13 forks source link

Upgrade to WKWebview #80

Closed longzheng closed 6 years ago

longzheng commented 6 years ago

https://ionicframework.com/docs/wkwebview/

Hopefully improves performance and fix some weird layout/rendering issues

longzheng commented 6 years ago

Running into issue with cordova-plugin-advanced-http plugin not storing/sending cookies set on the response with a redirect. https://github.com/silkimen/cordova-plugin-advanced-http/issues/148

longzheng commented 6 years ago
longzheng commented 6 years ago
longzheng commented 6 years ago

Ah turns out it's due to 302 redirect on a GET call (redirect to error page) which is currently not handled (only on POST).