我有一个使用Web视图组件并通过URL加载网站的应用。但是某些链接不起作用。我正在使用Bootstrap进行网站标记,在PC浏览器(谷歌浏览器或Firefox)中,它可以正常运行,但是在使用WebView加载到应用程序中时,会出现一些小问题。我不确定应该从哪里开始,但是我已经为webview启用了javascript。有什么想法吗?这是我在WebView上启用JS的方式:
[{
"isBrand": true,
"drugName": "Lipitor",
"specialtyPrice": {}
},
{
"isBrand": false,
"drugName": "Atorvastatin Calcium",
"drugStrength": "80mg",
"drugForm": "Tablet",
"retailPrice": {
"totalQuantity": 30,
"rejectMessage": [{
"settlementCode": "99",
"settlementDesc": "Sorry, the system is temporarily:Lo sentimos,Intente(Código de error 85)"
}]
},
"specialtyPrice": {}
}
];
注意:不过,它可以在某些实际设备上运行。