Hello everyone,
i have a strange performance problem on my ionic application. I use the cordova inappbrowser to open an external url for an authentication process. After successfull login, the browser will be closed and the user will be pushed to a view containing ion-segment buttons. The problem is that the segment buttons are responding very slowly… When I restart the app, the segment buttons are working normally again. I have created a github repository for it. You can find it here:
My suggestion is that the webview from the inappbrowser isn’t closed correctly (about:blank after browser.close()) and it’s decreasing the performance of the ionic components.
I tested it on Android and IOS devices
Any help is appreciated. Thanks!