Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

10 years ago by Apiheld

Is it possible to open an HTML file within the Ejecta-project with ejecta.openURL? Or alternatively, is there a way to spawn a WebView that shows an HTML page (without modifying Ejecta)?

I want to open some sort of help text, but it should be readable offline. I don't want to put all that text onto the canvas element itself.

10 years ago by stillen

https://github.com/stillenklipse/EjectaCheckUrl

This will open any app that is on the phone bases on URL schemes of app or it can also open safari to a webpage as well.

To open a web view within ejecta would need some major/minor ejecta updating. Also because just a webs view being opened wouldn't be as helpful, you would need to write controls etc for that web view as well.

10 years ago by Apiheld

Hm, I see. Thanks for your reply. Then I'll simply open a URL in the browser. Should be good enough.
Page 1 of 1
« first « previous next › last »