enableScreenClamping() not working on isometric map

I’m trying to enable enableScreenClamping with an isometric map, it’s possible or it work only with ortogonal ?

has anyone found a solution?

thnks,
Felix [import]uid: 108637 topic_id: 32400 reply_id: 332400[/import]

figured out…
just want to “drag” map by touch, so I found the example

map:disableScreenClamping()  
local onTouch = function(event)  
 map:drag(event)  
end  

sorry. [import]uid: 108637 topic_id: 32400 reply_id: 128873[/import]

figured out…
just want to “drag” map by touch, so I found the example

map:disableScreenClamping()  
local onTouch = function(event)  
 map:drag(event)  
end  

sorry. [import]uid: 108637 topic_id: 32400 reply_id: 128873[/import]