Open alikhan1999 opened 3 months ago
@alikhan1999 To make mobile app work, you need to navigate to http://127.0.0.1:18625/
in a web browser to configure the host IP with your PC's LAN IP address, and then change the host value with it, keeping your mobile device and PC in the same local network. Alternatively, you can use ngrok to expose the local service to the public Internet, and then change the host value with the public URL.
Integrated on flutter mobile app , there is no found a printer on mobile side ,but it is working on web. I am using this function for scanning purpose . final scanners = await dynamsoftService.getDevices(host, ScannerType.ICASCANNER |ScannerType.WIFIDIRECTSCANNER |ScannerType.TWAINSCANNER |ScannerType.TWAINX64SCANNER );