revBrowserAddJavaScriptHandler on android

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
rblackmore245
Posts: 67
Joined: Fri Jun 12, 2015 9:42 am

revBrowserAddJavaScriptHandler on android

Post by rblackmore245 »

Is there a feature like revBrowserAddJavaScriptHandler on android that allows me to pass data from the browser to livecode on andorid.
rblackmore245
Posts: 67
Joined: Fri Jun 12, 2015 9:42 am

Re: revBrowserAddJavaScriptHandler on android

Post by rblackmore245 »

Guessing this doesn't exist then :o(
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: revBrowserAddJavaScriptHandler on android

Post 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
Post Reply