Hi Sir,
I tried to call the code below but it seems not work.
self.architectView?.callJavaScript( "World.loadPoisFromJsonData()")
Then, I tried to call that in objc file in my swift project but the same, nothing is shown
- (void) callWTArchitectJavascript:(WTArchitectView *)architectView url:(NSString *)url;
If you know the point, please guide me.
Thanks in advance!
Hi Sir,
I tried to call the code below but it seems not work.
self.architectView?.callJavaScript( "World.loadPoisFromJsonData()")Then, I tried to call that in objc file in my swift project but the same, nothing is shown
- (void) callWTArchitectJavascript:(WTArchitectView *)architectView url:(NSString *)url;If you know the point, please guide me.
Thanks in advance!