Hi there i have convert angular 17 project into android app by using capacitor, and i want that app can connect to my local iis server which will be in same network. i have made provision to set iis server IP address on login page as SetURL button, but still app not connecting to iis server. but when i tried same connection from mobile chrome browser it got connected …please help me out for this issue.
i have make changes in capacitor.config.ts file as follows.
server:{
hostname: ‘com.example.app’,
allowNavigation:[‘*’],
cleartext:true,
}
1 post - 1 participant