Robin Brouwer
Robin Brouwer
I fixed this by changing line 66 & 71 in src/android/CustomAndroidFormatStrategy.java like this: Old: ```java outHeight = Double.valueOf(outWidth / aspectRatio).intValue(); // Line 66 outWidth = Double.valueOf(outHeight / aspectRatio).intValue(); // Line...
Are you using the newest version? It should work on all non-RESTful actions. I use it like that all the time. Make sure the 'standards' locale is nested inside flash_messages,...
Can you please show me some code that's causing this issue? Where are you calling the gritter functions? I can't seem to replicate the problem.
I'm not really sure I understand this issue. Can you elaborate?