1

I'm using the new InAppBrowser by Cordova 2.3.0. There are some issues related to it.

First : When I click on the address bar to change the url, the keyboard isn't displayed [I run it on Android].

It only works when I click for a long time inside the textbox & choose select all , copy & paste ... then the keyboard is displayed [ & sometimes even when I do this it's not displayed].

Second: When I open a pdf file from the browser, it doesn't open ... Why ?

Thanks

Sana Joseph
  • 1,948
  • 7
  • 37
  • 58

1 Answers1

1

The PDF issue can be fixed by setting the bridge mode to iframe

the cordova issue can be found here

Clinton Ward
  • 2,441
  • 1
  • 22
  • 26