OpenSprinkler / OpenSprinkler-App

A mobile interface for the OpenSprinkler irrigation device. Designed to allow manual control, program management (preview, add, edit, and delete), initiation of a run-once program, viewing graphical and tabulated representations of log data, viewing device status, adjusting rain delay, and changing of OpenSprinkler settings.
https://opensprinkler.com
GNU Affero General Public License v3.0
168 stars 91 forks source link

Can't access Internet in Android Build #128

Closed garudaonekh closed 2 years ago

garudaonekh commented 2 years ago

Hi, I manage to build the apk for android for this app but it can't access to the Internet. Register or login just keep spinning and Purchase click doesn't do anything which supposed to open another page.

Thru my observation, it can't access the Internet. I check the manifest, it includes Internet permission. I tried on several phone and the same.

Got this error log:com.albahra.sprinklers W/SystemWebViewClient: URL blocked by whitelist: http://192.168.8.115/ It's recommended that Whitelist plugin is to be removed from Android 10, but after removing it, still the same error

I am using Cordova 10.0.0 (cordova-lib@10.1.0) Any suggestion or some change to android rule?

garudaonekh commented 2 years ago

Downgrade to cordova 9x solved the problem