maomy / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

web_image.html is missing from jar downloaded using maven #169

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build.gradle ->  compile group: 'com.googlecode.android-query', name: 
'android-query', version: '0.25.9'

2.  aq.id(R.id.image_webview).webImage(url);

What is the expected output? What do you see instead?
Expected output: zoomable image in a webview.
Result: Throws NullPointerException.

What version of the product are you using? On what operating system?
I've tried AQ versions 0.25.9 and 0.24.3......2.3 and 4.4 Android version.

Please provide any additional information below.
http://stackoverflow.com/questions/20409636/loading-image-into-a-webview-using-a
query-results-in-nullpointerex

Original issue reported on code.google.com by malinaji...@gmail.com on 7 Dec 2013 at 4:58