Hi, I added settings code lines into alloy.js
When my app is not closed and working on background, onReceive function appear and my app opens new window with my custom codes that my defined into onReceive function.
But when I closed my app completely and click to received notification from Android notification area, my app opens but onReceive function doesn't appear and don't open new window.
Where is my fault? Any idea?
Hi, I added settings code lines into alloy.js
When my app is not closed and working on background, onReceive function appear and my app opens new window with my custom codes that my defined into onReceive function.
But when I closed my app completely and click to received notification from Android notification area, my app opens but onReceive function doesn't appear and don't open new window.
Where is my fault? Any idea?