-
I am using react native 0.42.0. The event emit code from android is not triggering the listener event in react native.
-
Hi all, advice or help appreciated (ps - awesome tool!)
Following the documentation we have built NFC tag scanning into our app and works perfectly on IOS but on Android the tag is not read (to tag…
-
During making some experiments, I noticed that this code surprisingly works:
```
f = open('test abc\ndef.txt', 'w')
f.write('some data')
f.close()
```
and a `test abc` file is created.
In…
-
```
What steps will reproduce the problem?
1. Download, build, and optionally install the aforementioned version of
Wireshark
2. Modify the Makefile's "WIRESHARK_INCLUDE", and WIRESHARK_LIB variables…
-
Hello, I am a Flutter developer. I am working on an app that needs to perform NFC host card emulation on Android and read NFC data on iOS. While searching for resources, I came across your NFCReaderiO…
-
```
NDEF messages can be fragmented across multiple LLCP messages. Dissector
should reassemble these.
```
Original issue reported on code.google.com by `mikey@google.com` on 23 Mar 2012 at 11:15
-
When Launch MainActivity then Crashing App
override fun onResume() {
super.onResume()
val filter = IntentFilter(NfcAdapter.ACTION_NDEF_DISCOVERED)
try {
filter.addDataType(…
-
When I start my app and click a button (which executes the following code), I get a `PlatformException(IOError, null, null, null)` in the line, where the tag is written. This issue seems to have nothi…
-
Escaped line breaks in regular expressions are not escaped on output.
A _super minor_ issue, but something I ran across.
Input:
```javascript
new RegExp('abc\ndef');
/ghi\njkl/;
```
Output:…
-
After running a script using "inplace", I appear to lose a newline character from the end of the file.
Running on Windows subsystem for Linux, Nix, unknown version of Turtle (because I haven't work…