Kleiner Bug im Code
»» public void getArray() {
»»
»» aosArray = new String[] {"1", "2", "3"};
!! »» Object[] aobjQuotes = {aosArray};
»» window.call("processArray", aobjQuotes);
»» };
Muss natürlich so aussehen. :-} asSymbols gibt's ja gar nicht.
Problem bleibt aber das gleiche.
Slowhand