Start a new topic

Getting Variable from Java to Javascript

Getting Variable from Java to Javascript


Hi,

I have a String that occur in a dynamicly in Java. How can I get this String from Javascript.

Yours sincerely,

Süleyman

Hi,

Please check the documentation and the chapter about JS/Native Communcation - here for Android and here for iOS.

Greetings

Nicola

Hi,

I have read the documentation. But i could not find how to get to a string value located in Java or how to send string value from Java to Javascript. 

Yours sincerely

Süleyman

Hi,

you can execute JavaScript from Java by using the method "callJavaScript(String jsCommand)" from ArchitectView.

Best regards,
Simon
Login or Signup to post a comment