Skip to content

feat: Add browser applet #563

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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sorunome
Copy link
Contributor

This PR adds a new method to easily call the browser applet, optional at a specific address.

void* buffer = malloc(url_len);
if (buffer) memcpy(buffer, url, url_len);
aptLaunchSystemApplet(APPID_WEB, buffer, url_len, 0);
if (buffer) free(buffer);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the browser applet return anything useful in the buffer? Is it worth trying to send that back to the app?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't find any evidence of that / currently nothing is known, as far as soru is aware

@Sorunome Sorunome force-pushed the soru/browser branch 2 times, most recently from 78dcba7 to af66e5f Compare March 17, 2025 18:34
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

Successfully merging this pull request may close these issues.

2 participants