On android I have no problem, the problem comes on ios 10.2
When you say delete the node_modules folder I delete from my folder at this level
myapp/node_modules
I delete?
For npm install
Can you tell me what I should do exactly if possible?
I noticed that when I launch the application it does not work, but if I go back to the home of my iphone, and re open the application the plugins resume but that bug
cd /Users/MyMac/Documents/ionic/Myapp
npm install
cd /Users/MyMac/Documents/ionic/Myapp
sudo cordova platform add ios
sudo cordova prepare
sudo chmod -R 777 /Users/MyMac/Documents/ionic/Myapp
And I still have the problem.
As I said I have strange behavior, plugins do not work,
But if I come back to the home or change application and then I come back to my app the plugins reacts …
What does “does not work” mean?
Doesn’t it start? Do you only have a white screen? What is happening that shouldn’t?
Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Safari dev tools: Remote Debug your Ionic App · ionic.zone Look at the console and network tabs for errors.
Hello everything works on android, and on the browser
On iOS 10 the application also runs
However the problem is with the plugins
Example I have the share plugin
“Cordova-plugin-x-socialsharing”
When I click the share button in the application there is no reaction,
If I change my application then go back to my application I see that “action share” has been executed
For example, the notification message of the plugins
“Pushwoosh-cordova-plugin”
When it launches the application I do not have the message but if I return to the home on my iphone the message comes from notification appears on the home of the iphone and not on the application
Any plugins reacts outside the application and not in the application
Otherwise everything works on ios 9 except on ios 10 i have this drole behavior
Ok, so your app hangs on execution of native plugins until you leave the app and then come back, correct?
Can you try not to leave the app but just “pull up” the settings thingie from below the screen? Or notification view from above the screen? Does it execute then as well?