Page 1 of 1

revBrowserAddJavaScriptHandler on android

Posted: Mon May 09, 2016 12:09 pm
by rblackmore245
Is there a feature like revBrowserAddJavaScriptHandler on android that allows me to pass data from the browser to livecode on andorid.

Re: revBrowserAddJavaScriptHandler on android

Posted: Tue May 17, 2016 9:16 pm
by rblackmore245
Guessing this doesn't exist then :o(

Re: revBrowserAddJavaScriptHandler on android

Posted: Wed May 18, 2016 6:55 pm
by Klaus
Hi rblackmore245,

not sure if this is useful for you (I am quite ignorant when it comes to web stuff), but in LC 8 you can:
...
set the javascriptHandlers of widget "your browser widget name here" to CR_delimited_list_of_handler_names
...
Please refer to the docs for the browser widget for more info and examples.


Best

Klaus