The function creates an html canvas element and runs it through some processes.
I need this to be able to do some canvas manipulation inside a native droidscript app.
Since DS does not allow the creation of canvas I needed a way to trick it to allow HTML to do that job while operating within DS.
I also think this is not the job for webview.
Is this possible guys?
And if so what is the approach please?
Regards!
I experimented further and realized that I can create an html canvas in DS.
Thanks.
I must give it to you guys, I marvel at how you are able to put together java, android, HTML, CSS, scripting, etc.. to form this droidscript tool that enables app developement on the go.
DS could be a hit.
By the way before meeting DS, I met Framework7. Its a tool that seeks to achieve similar goals as DS.
I think you can look at it for some ideas.
Thank you Dave and Great job guys.