Hello everyone, please help me to resolve this issue.
I have an app in which I have placed a settings button on navigation bar.
I am redirecting to other html page on it’s click. It is working fine on Android but when I am trying on iOS it blinks (flashes) and showing same page.
I need an urgent solution because my client needs this app ready by tomorrow. Please help me.
I am using : window.location.href=“settings.html”;
Also tried href="settings.html"
Everything is works on Android but not in iOS 9 (have not check on ios 7 and 8)
Please help, URGENT!!!
THANKS IN ADVANCE…