-
### Is your feature request related to a problem?
You can't run JavaScript code to access HTML5 api's (such as the native share dialog and haptic feedback) that GameMaker doesn't natively cover whe…
-
The Hyphen SDK enables instant and cheaper token transfers across different blockchains. Currently, we support Ethereum mainnet, polygon, and avalanche for USDC, ETH, BICO, USDT.
And adding support…
-
**Describe the bug**
I am trying to use `@react-pdf/renderer` to create and render a PDF inside Webview. However, import of this package results in the following error.
```
error: SyntaxError:…
-
Javascript looks like this
```
bridge.doSomethingNatively("callbackWithData") { // Notice ""
}
function callbackWithData(data) {
// Handle data
}
```
Like this works perfectly:
``…
-
## Environment
[✓] Flutter (Channel stable, 3.19.3, on macOS 13.5.2 22G91 darwin-arm64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xco…
-
talk guys, it's okay with you ....
I have a problem, I've been in it for some time
I have a physical cell phone, Samsung S21, on it I ROOT with Magisk
After doing the entire installation, I i…
-
- [x] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue
## Detailed description of a problem
Running the code below, sometim…
-
- [- ] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue
## Detailed description of a problem
not work with 1.20 but with 1.14…
-
I'm trying to use a code similar to issue #58 and I'm getting a
> EXC_BAD_ACCESS(code=1, address=0x0)
XWVScripting class:
```Swift
class Bridge : NSObject, XWVScripting {
dynamic var ret…
-
This bridge works great for me, thanks!
Only when it comes to unit testing, I run into the following issue:
This example test
```js
import java from "java";
describe("Javascript-java bridge",(…