When try to load url (with https) in webview … not loading showing Web page not available .
if i load http://google.com or http://yahoo.com its working fine.
i add this lines to build.setting
[background=’’]android =
{
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.CALL_PHONE”,
“android.permission.ACCESS_NETWORK_STATE”,
– Optional permission used to display current location via WiFi or cellular service.
“android.permission.ACCESS_COARSE_LOCATION”,
“com.google.android.c2dm.permission.RECEIVE”,
},
usesFeatures =
{
– If you set permissions “ACCESS_FINE_LOCATION” and “ACCESS_COARSE_LOCATION” above,
– then you may want to set up your app to not require location services as follows.
– Otherwise, devices that do not have location sevices (such as a GPS) will be unable
– to purchase this app in the app store.
{ name = “android.hardware.location”, required = false },
{ name = “android.hardware.location.gps”, required = false },
{ name = “android.hardware.location.network”, required = false },
},
},[/background]
Log file
[background=’’]GT-I9300: url=https://sep.shaparak.ir/Payment.aspx
Aug 26 02:12:45.830 GT-I9300: Exception when stopping service com.google.android.gms/.analytics.service.AnalyticsService
GT-I9300: android.os.TransactionTooLargeException
GT-I9300: at android.os.BinderProxy.transact(Native Method)
GT-I9300: at android.app.ApplicationThreadProxy.scheduleStopService(ApplicationThreadNative.java:909)
GT-I9300: at com.android.server.am.ActiveServices.bringDownServiceLocked(ActiveServices.java:1296)
GT-I9300: at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1377)
GT-I9300: at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:1652)
GT-I9300: at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:12810)
GT-I9300: at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:3766)
GT-I9300: at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:3870)
GT-I9300: at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1045)
GT-I9300: at android.os.BinderProxy.sendDeathNotice(Binder.java:470)
GT-I9300: at dalvik.system.NativeStart.run(Native Method)
GT-I9300: Canceling start item Intent { act=com.battery.c.model.ACTION_CHARGING cmp=com.kingouser.com/com.apusapps.battery.ChargingCoreService (has extras) } in service ComponentInfo{com.kingouser.com/com.apusapps.battery.ChargingCoreService}[/background]