M@Fun
M@Fun
@bmacdonald Hello, I got the same issue on NS 8.1.0. How do you apply temporary fix for this issue ?
You're right. As the js client does not implement the wildcard case, the java client has no intend to do that.
@kennedymca You cannot have `alert/confirm` showing in a WebView. However, you can use the webview interface to send an event `alert/confirm` to native code, then create & show native alert...
Hello, In iOS, the webview is restricted to not execute js code in local (via file://) unless add custom config, but I think since [email protected], NS have added the support...
@rickdps Hello, how do you run your code in web view, e.g. localhost with file:// ? Because in iOS, the webview have a restriction to load/execute local js file. That's...
I also experienced the same issue with nativescript-vue application using NativeScript 7 and `"@nativescript/ios": "7.0.6"`. The application is crashed immediately when running with Xcode. ``` Runtime initialization took 59ms Assertion...
@NathanaelA The `assert` function is the only error log I got from Xcode console. In fact, I have a native project in Xcode which I use to integrate the native...
Can we have an additional property option to localize "Cancel" text, plz ?