Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildItNow committed Jul 9, 2015
1 parent 1ec3dc2 commit 1d0cace
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ BIN提供了一个demo APP,包含了BIN框架包含的所有功能的演示和
2. 拷贝demo目录内容到ios-project/www目录下。 <br/>
3. 编译IPK安装。<br/>


# 开发和其他
1. 使用自己熟悉的一个编辑器,比如: Sublime,Notepad++,vim ... <br/>
2. 使用Chrome做模拟器和调试器。 <br/>
3. 由于PC和手机WebKit的差异,需要在手机端进行测试。 <br/>
4. 在Android手机上,为了避开不同手机在WebKit上的兼容性,BIN使用了Crosswalk内核,优点是:Crosswalk性能更好,不存在兼容性问题;缺点是:编译的APK会大10几MB;Crosswalk有lite版本,但是lite版本不稳定。<br/>

0 comments on commit 1d0cace

Please sign in to comment.