Managing Balkan Graph on mobile - mobile

I realized an orgchart using BALKAN GRAPH(OrgChart JS), but when i open the application page on my phone browzer, i can't neither zoom or pan.
Can anyone help me on that issue?
Thank you.

Related

Disbaled Website Screenshot in mobile

please anyone can help me to disabled screenshots in mobile for my website. which works on android and IO's with any browser?
There is no possible way of disabling screenshots in a website, for android or IOS, how ever you can refer to Prevent screen capture in an iOS app, for information on how to do it in an app, The most prominent way of doing such would by doing a Snapchat deal, You could get could create a notification code to your email, and from that find people that screenshot it. But there is no way to completely disable the ability to screenshot.

Guides on how to make a m.domain website (adaptive)

I have been trying to find guides on how to make an adaptive (I think that's what it's called) website like m.domain.com. However, all I can find on google are design blogs showing the pros and cons of responsive vs adaptive.
I'm guessing you have to use JavaScript to detect the device or browser of the client, and redirect to a mobile site.
I'f any of you guys know the piece of code i will need to detect and redirect (if that's what you have to do) or a guide to building a mobile site like this, it would be much appreciated!
Thanks in advance!
I found the answer myself.
Using:
<script>
if(/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)){
if(document.URL !="http://emilostervig.dk")
{
window.location ="http://google.dk";
}
}
</script>
You can redirect to a different site if the user in on a mobile device.

Responsive Email Template Problems on a Mobile Device

I have a responsive template that works perfectly and it is excellent in a PC whenever i re-size it at any width. But it is not responsive when i look at Gmail in my Andriod Mobile Phone. My Email Template has all the appropriate media queries and widths set to 100%.
I can't figure out a solution. It will be very helpful if someone gave a permanent solution.
If anyone want to see the file and give out a solution here it is:
https://www.dropbox.com/s/pkvdw5cg50...late.html?dl=0
Thank You in Advance
Gmail on Android does not support media query.

Applying Google Analytics (GA) with Sencha Touch 2.x.x Mobile Application

I am working with sencha touch 2.2.1. i wish to implement GA in my app. But, when i tried to create an account in GA, there were 2 options Website or Mobile App . First i choosed the Mobile app. section there were only options for Android and iOS. ( they were telling to download the SDK ). So i realized that its not what i want. so i choosed the website section. But there they are asking the website name and URL. What should i do..!??? I am really trapped !!!
So kindly anyone plz help me to move on the right path.
Any useful info regarding the topic will be so much helpful !!
Thank you,
If you would like to use ga.js from an installed mobile app use this GitHub project
https://github.com/ggendre/GALocalStorage

Issue with UIActivityViewController iOS6

I am using UIActivityViewController to show the sharing sheet for the devices with iOS6, but the issue is that Until I am logged in to facebook, twitter in Settings, Facebook and twitter options will not be display while sharing?
Is there any possibility to display these icons as well even though user has not given his/her account credentials in Settings? Please help me out. Thank you.
No it's not possible... If Facebook is not set up in Settings > Facebook, then the UIActivityViewController will not show Facebook as an option to share.
As #amau96 said, it's not possible with UIActivityViewController.
But you can achieve same function via SLComposeViewController.
I created a forked project OWActivityViewController that implement the same function as Apple's built-in Photos app's share action sheet through SLComposeViewController.
OWActivityViewController compatible with iOS 5, hope this could help you somehow.

Resources