inkeliz

Results 134 comments of inkeliz

On Android, gogio must be patched: ```diff diff --git a/gogio/androidbuild.go b/gogio/androidbuild.go index cddba99..72d1d04 100644 --- a/gogio/androidbuild.go +++ b/gogio/androidbuild.go @@ -462,12 +462,24 @@ func exeAndroid(tmpDir string, tools *androidTools, bi *buildInfo, extraJars,...

I didn't fork it, because `` needs to change per-project. So, the best way is to create one `-deeplink` flag in gogio. Since I'm moving it to Gio, you can...

While testing iOS, I notice one "bug": https://stackoverflow.com/questions/42839716/ios-tel-and-mailto-links-only-work-with-target-blank For some reason, `` will not work, but adding `target="_blank"` fixes the issue, but I don't know why.

If you type into Safari's address bar it works fine, just the HTML (without _blank) doesn't work. I push this feature to Gio: https://github.com/gioui/gio-cmd/pull/9 https://github.com/gioui/gio/pull/117 It's finished. But, maybe will...

I want to add support for Universal Link, but I didn't include that in the same patch, to keep it simple. _Fun fact, Windows also supports it: https://learn.microsoft.com/en-us/windows/uwp/launch-resume/web-to-app-linking. But, gio...

Currently, I use https://github.com/gioui-plugins/gio-plugins/tree/main/webviewer, the demo already display one webview inside an Gio. It's possible to communicate between Go JS, but it's not very efficient. I use webview to display...

I will take a closer look. However, far I understand, that _just_ compiles, right? Consider the Android, for instance, that compiles the app, and upload it using adb. But, nothing...

I add support for notarytool on https://github.com/gioui/gio-cmd/pull/11, that is very slow, and should be used only for releases.

> ![QQ截图20240406192808](https://private-user-images.githubusercontent.com/19886504/320201232-0ed3dad2-7e32-4d74-8b53-5c57a0424013.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTI5MjAwNDMsIm5iZiI6MTcxMjkxOTc0MywicGF0aCI6Ii8xOTg4NjUwNC8zMjAyMDEyMzItMGVkM2RhZDItN2UzMi00ZDc0LThiNTMtNWM1N2EwNDI0MDEzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDEyVDExMDIyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJkY2RmMTQwZjI5MGEzMTQzMTA0ODQ4MjM5YjA0ODZjYjJhMWFhMTZmNjk4MGFjNTc1ODc3Yzg1OTc0ODJmNTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.mccLe6NgQ4OeYy4nehot3mGxUZWInMzag6RWcdk_x1w) working 2 Does it works? I mean, when you select an image it displays the image?

I'm porting it to 0.6. However, it requires changes in Gio itself, see https://github.com/gioui/gio/pull/134.