https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Firefox_for_Android IN THIS ARTICLE Prerequisites ADB setup On the Android device On the desktop Enable remote debugging Firefox for Android 24 and earlier Firefox for Android 25 and lat…
如果是安装的OpenJDK,很遗憾它是没有libnpjp2.so的. 此时按照网上各种奇怪的方法都挣扎无效,但可以用icedtea插件来解决这个问题. icedtea的版本与本机安装的OpenJDK版本有关,一般default-java-plugin会自动选中: sudo apt-get install default-java-plugin 显示如下信息(截取部分): The following NEW packages will be installed: default-java-plug…
有个功能,需要用drag drop api 来做. 发现在firefox下拖放,会出现新的tab 页签,即使在ondragover.ondrop中使用了event.preventDefault也无济于事,在mozllia上MDN的例子拖动也会弹出新的tab 页签. 随后发现有同事写的drag drop 在firefox下不会弹出,遂研究起来,发现用的dataTransfer.setData("asdf",""),同事只是用了drag drop的效果,没有用dataT…
原文链接:http://stackoverflow.com/questions/8149155/animate-scrolltop-not-working-in-firefox Animate scrollTop not working in firefox up vote 115 down vote favorite 21 This function works fine. It scrolls the body to a desired container's offset function…