flutter_js icon indicating copy to clipboard operation
flutter_js copied to clipboard

Issue on iOS Pointer (Pointer<NativeType>: address=0xa)

Open emanueltesoriello opened this issue 2 years ago • 2 comments

Hello, I integrated the library in Android without problems, but on iOS I always receive this in the rawResult: Pointer (Pointer<NativeType>: address=0xa)

This causes different behaviors from Android, when I have no issues.

For example, even proceeding (after all the correct initializations):

jsRuntime.evaluate("""var test = "Test";""");
jsRuntime.evaluate("""console.log(typeof test);""");

It gets me that the value of test is undefined.

How should I proceed?

emanueltesoriello avatar Mar 13 '23 15:03 emanueltesoriello

I have the same issue. Did you find a solution?

Rednas07 avatar May 08 '23 20:05 Rednas07

@abner If possible, could you suggest a fix? More than happy to work on this to create a PR but would appreciate any help in understanding the issue

nikhilag avatar Jun 22 '23 14:06 nikhilag