Hello,
I was trying to use this ewk2 API but I can't get it working
ewk_context_url_scheme_register()
In fact it seems that this API registers a new scheme but the callback is never triggered.
There is a related API test called EWK2ContextTest.ewk_context_url_scheme_register
The test is claiming to be successful but it is in fact disabled
I have to say the same kind of API is working on WebKitGTK so I guess it is not a big deal
If you can provide any feedback? Is it known issue? How it can be fixed?
Any direction to handle the investigation?
Last but not least I wonder if it would be possible then to use my custom scheme trough JavaScript XMLHttpRequest. I know this is devious and also a kind of security concern breaking the Same Origin Policy but this is something I need anyway
Thanks, Pascal