Obsolete
Status Update
Comments
hb...@gmail.com <hb...@gmail.com> #2
I can not replicate this issue. I am using G1 Running RC30. I have gone to
http://en.wikipedia.org/wiki/File:Bitmap_VS_SVG.svg and other web pages that have embedded svg graphics and
I have found that the browser displays them fine.
I have found that the browser displays them fine.
sh...@gmail.com <sh...@gmail.com> #3
What do you get for http://highlandsun.com/hyc/Kazakh/d3/ ? There are 3 SVGs in the
first 2-3 pages, none of them show up on the phone but they all work fine in a
regular browser. Opera on the G1 works too (but Opera doesn't render embedded fonts,
which this page also uses).
first 2-3 pages, none of them show up on the phone but they all work fine in a
regular browser. Opera on the G1 works too (but Opera doesn't render embedded fonts,
which this page also uses).
al...@android.com <al...@android.com>
go...@gmail.com <go...@gmail.com> #4
We have chosen intentionally to not support SVG in the browser to save space; full SVG adds over 1M to the
webkit image size.
webkit image size.
go...@gmail.com <go...@gmail.com> #5
As is described here:
http://googlecode.blogspot.com/2009/10/svg-at-google-and-in-internet-explorer.html
SVG is a really useful technology to have in a mobile browser. And it is supported
by other mobile devices.
Perhaps the webkit build can be setup so SVG can be added as a downloadable app to
the built in browser.
SVG is a really useful technology to have in a mobile browser. And it is supported
by other mobile devices.
Perhaps the webkit build can be setup so SVG can be added as a downloadable app to
the built in browser.
Description
Is this an issue? If not, why?
Android 4.3 code:
When there is no active method, mCurMethod of InputMethodManager is null
->
InputMethodManager.java
dispatchInputEvent(...) return ViewRootImpl.EVENT_POST_IME when mCurMethod == null;
so
ViewRootImpl.java
class ImeInputStage
onProcess(.) return FINISH_NOT_HANDLED
Result to KeyEvent won't be dispatched.