문제

I have developed one phonegap/cordova(3.2) based mobile app for android and ios platforms. First screen of the app is login page. Suppose we have logged into the app and we are in middle of the app then suddenly we receive a call from some number and we receive it. After call ends the app is getting automatically redirected to Login page.I want to keep the app where it was before receiving call.

Please provide me some solution to avoid this.

도움이 되었습니까?

해결책

Try adding <preference name="exit-on-suspend" value="false"/> in config.xml

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top