Results 25 comments of zwieblum

LaTeX rendering is definitly better :) Correct me if I'm wrong: For me it looks like the only way to display fonts not-rescaled is to provide bitmaps for any pixel...

I just finished porting the project from C++ to lambdanative Hybride app. Codesize was reduced from ~ 900 lones to ~ 120 lines, so I'm quite satisfied whith that outcome....

Please see attached testproject. The first page opens without addressbar. Clicking on the submit-button brings up the addressbar. Anyway, it might be a browser problem: on my android device the...

Please update your repository, that build problem was solved https://github.com/part-cw/lambdanative/issues/287 :) Anyway, "Invalid request" happens when the 'catcall proc is not set. You can create a 'catchall proc, but on...

Quick not on appearing addressbar: it does not appear when using submit-button or submit(), but appears in all other cases. (, location.replace() ...). And it depends on the pickiness of...

Ah, the nice space in the middle ... this should work: https://klepp.biz/2024-04-15%2016-07-31.txt

I just checked: the xpm file is copied ~/.lambdanative/tmp_build/res/xml/network_security_config.xml in line 252 and is still there when ```make``` fails. I stumbled across this, but don't know what to make of...

You are right. I changed to ```ANDROIDAPI=24``` and the error is gone. Might be a good idea to put a red flag on 23 :) There remains an issue though:...

IMO this should break nothing. I tried the android emulator on linux, but it does not work: the amd64 systemimage boots, but cannot run the arm64 programs. The arm64 systemimage...

That's nice, this work on linux, too. I can upload ```DemoHybridApp```. But when running it I get ```net::ERR_CONNECTION_REFUSED``` I do not know if this means that the native code part...