android icon indicating copy to clipboard operation
android copied to clipboard

Android runtime for NativeScript (based on V8)

Results 145 android issues
Sort by recently updated
recently updated
newest added

Fixes `URLSearchParams.forEach()` to match the [spec](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/forEach). Equivalent fix for iOS: https://github.com/NativeScript/ios/pull/327 ## Problem Calling `url.searchParams.forEach()` in NativeScript Android crashed with an uncaught `NativeScriptException`. ## Fixes 1. **Crash**: Added error handling...

This PR fixes five bugs in `Timers.cpp` that could cause timers to be lost, file descriptors to leak, and memory to accumulate. ## 1. Inverted EAGAIN retry condition (line 162)...

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...

I'm using yarn zero installs and need to store npm packages compressed in the repository. However, the NativeScript Android npm package contains three large AAR files that are causing issues...

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...

in progress