You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2022/05/27 14:49:31 UTC

[GitHub] [cordova] a51095 opened a new issue, #333: How to use SceneDelegate

a51095 opened a new issue, #333:
URL: https://github.com/apache/cordova/issues/333

   I have a project generated using the Cordova template. I added the IOS platform. I tried to change the appdelegate to scenedelegate. I succeeded. I have used scenedelegate to manage the window and successfully started the app, but it seems to have a problem
   
   1) I changed the didfinishlaunchingwithoptions proxy method in AppDelegate.m to this [[AppDelegate.m ](https://user-images.githubusercontent.com/29021369/170716539-fdf45c1f-ad1d-4c2d-a99d-b1951ee7d6f7.png)](https://user-images.githubusercontent.com/29021369/170716539-fdf45c1f-ad1d-4c2d-a99d-b1951ee7d6f7.png)
   
   2) I changed the didfinishlaunchingwithoptions proxy method in CDVAppDelegate.m to this  [[CDVAppDelegate.m](https://user-images.githubusercontent.com/29021369/170718454-63d21564-67c1-46ae-9355-896ce3920cbf.png)](https://user-images.githubusercontent.com/29021369/170718454-63d21564-67c1-46ae-9355-896ce3920cbf.png)
   
   3) I changed the willconnecttosession proxy method in SceneDelegate.m to this [[SceneDelegate.m](https://user-images.githubusercontent.com/29021369/170718870-3f455c81-fc67-46e4-91a4-1e37989c9eea.png)](https://user-images.githubusercontent.com/29021369/170718870-3f455c81-fc67-46e4-91a4-1e37989c9eea.png)
   
   Is it feasible for me to do this? Will it affect the logic of CDVAppDelegate? Can you help me


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] a51095 closed issue #333: How to use SceneDelegate

Posted by GitBox <gi...@apache.org>.
a51095 closed issue #333: How to use SceneDelegate
URL: https://github.com/apache/cordova/issues/333


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org