Habpanel and fully kiosk browser

Hi , i use fully kiosk for hosting my Openhab dashboard (Habpanel) to control my home automation from android tablets and it is awesome !I have enabled remote admin control and trying to control Habpanel pages from rest api.Its working fine except one thing.If i use Fully Remote Admin page from Chrome to “Load other Url” using send command to device drop down list, the url http://192.168.1.150:8080/habpanel/index.html#/view/Alarm is send to tablet and my dashboard goes to Alarm page.But when i send a sendHttpGetRequest(“http://192.168.1.30:2323/?cmd=loadUrl&url=http://192.168.1.150:8080/habpanel/index.html#/view/Alarm&password=xxxxxxxxxx”) from my Openhab rules ,tablet does nothing .Sending the http://192.168.1.30:2323/?cmd=loadUrl&url=http://192.168.1.150:8080/habpanel/index.html#/view/Alarm&password=xxxxxxxxxx") tablet just loads my start url that is http://192.168.1.150:8080/habpanel/index.html#.Do you have any idea how to make it work?