-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add incompatible version #2
Conversation
That stack trace isn't very helpful. What are you doing when this happens? |
Unfortunately, it's failing without error. This is from system crash log. Is there way to catch it? I get it when I call printViaSDK. It's able to find devices, and when I call setPrinter it returns success too. |
Do you also have a problem with any other printer versions? |
Also what version of IOS are you using? Can you share any code to reproduce the issue? |
I don't have any other printer. Here is repo for code; https://github.com/MmtBkn/RJ3050AI-cordova When I click button, It's connecting and setting printer (both calling success callback and I'm able to see device) but when I call printViaSDK, app is crashing, I think not even connecting the printer.. iOS version is 11.2.6 |
I don't have iOS 11 on my iPad, but I'll try to load this up soon and see if I can reproduce. For what it's worth, I haven't really even tested the iOS version of this plugin... I only built the Android version initially, and others extended it to work with iOS. That's why the iOS branch is not merged into master yet on my repo. I'm travelling tomorrow, but I should be able to try this out in a week or so. Sorry for the delay. |
Have you checked here, btw? |
There's also another pull request here: gordol#10 |
Closing this PR since It's been stale for over a year. |
My app is crashing (RJ-3050Ai). Any luck fixing this @VictorCoding @gordol ? Here is report;