You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the map application I'm currently working on, this.call from side-app cannot be received in device-app unless this.request has been called for at least once in the device-app.
Please confirm if this is a bug.
Additionally, it seems that onInit (params) in BasePage get passed a string "undefined" by default. I believe this is not the desired behavior. A plain undefined might just work here.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
The current communication model is similar to browser to server, where device-app is the browser and side-service is the server. If there is no communication link established, side-service cannot send to device-app. If you really want to do this, you can send a request from app.js onCreate. Or use the internal method, which may not be stable.
2. I tested and did not receive a string in the onInit method of the page module.
In the map application I'm currently working on, this.call from side-app cannot be received in device-app unless this.request has been called for at least once in the device-app.
Please confirm if this is a bug.
Additionally, it seems that onInit (params) in BasePage get passed a string "undefined" by default. I believe this is not the desired behavior. A plain undefined might just work here.
Thanks in advance!
The text was updated successfully, but these errors were encountered: