I am using PGB 3.3 with the latest "Inappbrowser" api 0.3.3 version
according to this...
https://github.com/apache/cordova-plu...
I found some issues...
[issue 1 (in android and ios are work)]
in winphone,no mater I set the property "location" to yes or no,it seem have no change,is this property not already by winphone yet?
http://www.littlebau.com/inapp033/win...
[issue 2 (in ios is work)]
in android,no mater I set the property "closebuttoncaption" to any string,it seem have no change and show the "X" only
http://www.littlebau.com/inapp033/and...
[issue 3]
in ios,no mater I set the property "keyboardDisplayRequiresUserAction" to yes or no,when I click the html's "input" Fields,the virtual keyboard always appear and the javascript focus() behavior trigger too
[issue 4]
in ios,no mater I set the property "suppressesIncrementalRendering" to yes or no,it seem have no change,is there any way can let me Identify the difference?
[issue 5]
this is my original screen
http://www.littlebau.com/inapp033/01.png
in ios,when I set the property "toolbarposition"
"top" value:the webview content will not cover the status bar (good),but the status bar color become gray
http://www.littlebau.com/inapp033/02.png
"bottom" value:the webview content can cover the status bar (strange),but the status bar color seem become white
http://www.littlebau.com/inapp033/03.png
finally,no mater I am in "top" or "bottom",after I press the "Done" button,the status bar's font will disappear
http://www.littlebau.com/inapp033/04.png
{{in order to fix the font disappear issue,I found a way to solve the problem Temporary}}
we can use the "status" 3rd plugin command line when I press the "Done" button,just use this method
StatusBar.styleLightContent();
[issue 6]
in ios,no mater I set the property "presentationstyle" to "pagesheet" or "formsheet" or "fullscreen",it seem have no change,is there any way can let me Identify the difference?
according to this...
https://github.com/apache/cordova-plu...
I found some issues...
[issue 1 (in android and ios are work)]
in winphone,no mater I set the property "location" to yes or no,it seem have no change,is this property not already by winphone yet?
http://www.littlebau.com/inapp033/win...
[issue 2 (in ios is work)]
in android,no mater I set the property "closebuttoncaption" to any string,it seem have no change and show the "X" only
http://www.littlebau.com/inapp033/and...
[issue 3]
in ios,no mater I set the property "keyboardDisplayRequiresUserAction" to yes or no,when I click the html's "input" Fields,the virtual keyboard always appear and the javascript focus() behavior trigger too
[issue 4]
in ios,no mater I set the property "suppressesIncrementalRendering" to yes or no,it seem have no change,is there any way can let me Identify the difference?
[issue 5]
this is my original screen
http://www.littlebau.com/inapp033/01.png
in ios,when I set the property "toolbarposition"
"top" value:the webview content will not cover the status bar (good),but the status bar color become gray
http://www.littlebau.com/inapp033/02.png
"bottom" value:the webview content can cover the status bar (strange),but the status bar color seem become white
http://www.littlebau.com/inapp033/03.png
finally,no mater I am in "top" or "bottom",after I press the "Done" button,the status bar's font will disappear
http://www.littlebau.com/inapp033/04.png
{{in order to fix the font disappear issue,I found a way to solve the problem Temporary}}
we can use the "status" 3rd plugin command line when I press the "Done" button,just use this method
StatusBar.styleLightContent();
[issue 6]
in ios,no mater I set the property "presentationstyle" to "pagesheet" or "formsheet" or "fullscreen",it seem have no change,is there any way can let me Identify the difference?



