09-13-2012 03:23 PM
Hey guys
after long time i am posting a question (mean problem
). i have created the application which have browser (using browserfield2)which load the html file. but the problem with the external css. it was working fine when i have tested the application but now it is creating problem on real device torch 9800. but the same application is working fine on the real device 9220. i have searched a a lot in this forum but
. can any one tell me what could be problem???. the code which i am using is here .is anything i missed???
BrowserFieldConfig bfc = new BrowserFieldConfig();
bfc.setProperty(BrowserFieldConfig.NAVIGATION_MODE
BrowserFieldConfig.NAVIGATION_MODE_NODE);
bfc.setProperty(BrowserFieldConfig.JAVASCRIPT_ENAB
bfc.setProperty(BrowserFieldConfig.ALLOW_CS_XHR,Bo
BrowserField browserLoginField = new BrowserField(bfc);
browserLoginField.requestContent(url);
Thanks
cooooollllfish..
09-13-2012 05:06 PM
09-14-2012 04:06 AM
yes it is happening on both.