Skip to content
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

Compatible with iOS?! #1

Open
HemangSidapara opened this issue Sep 16, 2024 · 4 comments
Open

Compatible with iOS?! #1

HemangSidapara opened this issue Sep 16, 2024 · 4 comments

Comments

@HemangSidapara
Copy link

HemangSidapara commented Sep 16, 2024

is the plugin support for iOS as well? or can we get supported version if possible? @andresperezmelo

@andresperezmelo
Copy link
Owner

At the moment, the plugin is not compatible with iOS, but a compatible version might be available in the future. Unfortunately, I don’t have the time right now to work on making it iOS-compatible.

@HemangSidapara
Copy link
Author

okay np, can we print over wifi connection?

@HemangSidapara
Copy link
Author

HemangSidapara commented Sep 20, 2024

@andresperezmelo is there possible to filter printer from bluetooth device list? because currently we are getting non-printer device also in list? its good if possible to filter it.

if (device?.bluetoothClass?.majorDeviceClass == BluetoothClass.Device.Major.IMAGING) {
coroutineScope.launch {
foundDevice.emit(device)
}
}

something like this filter?

@Chaaang
Copy link

Chaaang commented Oct 12, 2024

Hello! This function doesn't prompt anything. @HemangSidapara @andresperezmelo
error " Permission bluetooth granted is false, check in settings that the permission of nearby devices is activated"

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants