Skip to content

Delphi 10.3 cannot be used #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gtyhn opened this issue Nov 27, 2018 · 2 comments
Open

Delphi 10.3 cannot be used #2

gtyhn opened this issue Nov 27, 2018 · 2 comments

Comments

@gtyhn
Copy link

gtyhn commented Nov 27, 2018

10.3 Cannot be used on Android

@neslib
Copy link
Owner

neslib commented Dec 6, 2018

Yes, Embarcadero changed to application model on Android (again).
I don't have time to look into this soon.
Since this is "just" a learning repository, you can stick with the non-Android platforms for now, or use Delphi 10.2 for Android.

Of course, a pull request with fixes is also appreciated ;)

@gtyhn
Copy link
Author

gtyhn commented Dec 17, 2018

By debugging on Android, I found out that because onNativeWindowCreated didn't trigger the callback, the APP_CMD_INIT_WINDOW message could not be passed, and in TPlatformAndroid.HandleAppCmd ​​it was the APP_CMD_INIT_WINDOW message to initialize the NativeWindow related environment, so I don't know why onNativeWindowCreated is not called by Android.

Sorry, my English is very poor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants