revBrowserAddJavaScriptHandler on android
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 67
- Joined: Fri Jun 12, 2015 9:42 am
revBrowserAddJavaScriptHandler on android
Is there a feature like revBrowserAddJavaScriptHandler on android that allows me to pass data from the browser to livecode on andorid.
-
- Posts: 67
- Joined: Fri Jun 12, 2015 9:42 am
Re: revBrowserAddJavaScriptHandler on android
Guessing this doesn't exist then
(

Re: revBrowserAddJavaScriptHandler on android
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
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