Ionic iOS Selecting the background application after a while, it only shows the splash screen and the application does not continue

The name of the picture


Ionic iOS Selecting the background application after a while, it only shows the splash screen and the application does not continue



Installing the Ionic application in iOS 11.3 it works correctly after pressing the home menu and the application goes to background after approximately 3 hours
Select the application then only the splash screen is show and don't continue with the application.
I check in safari the navigation and it shows an about:blank, there is nothing in resources and in the console prints



exception nativeEvalAndFetch: ReferenceError: Can not find variable: cordova.





I've currently checked in the console and it shows the following: exception nativeEvalAndFetch : ReferenceError: Can't find variable: cordova global code about:blank 1:127 global code script element 1:1:127 try { cordova.require('cordova/exec').nativeEvalAndFetch(function() { cordova.fireDocumentEvent('active'); }) } catch (e) { console.log('exception nativeEvalAndFetch : ' + e); }; Looking for this code in xcode I find that it is in CDVCommandDelegateImpl.m but I could not solve it yet
– Alex
May 23 at 22:02




exception nativeEvalAndFetch : ReferenceError: Can't find variable: cordova


try { cordova.require('cordova/exec').nativeEvalAndFetch(function() { cordova.fireDocumentEvent('active'); }) } catch (e) { console.log('exception nativeEvalAndFetch : ' + e); };









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Stripe::AuthenticationError No API key provided. Set your API key using “Stripe.api_key = ”

CRM reporting Extension - SSRS instance is blank

Keycloak server returning user_not_found error when user is already imported with LDAP