<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I suspect the issue is in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071923#M58470</link>
    <description>&lt;P&gt;I suspect the issue is managing the scrolling of your view. Some references to that are here &amp;gt; &lt;A href="https://github.com/driftyco/ionic-plugin-keyboard#keyboarddisablescroll" target="_blank"&gt;https://github.com/driftyco/ionic-plugin-keyboard#keyboarddisablescroll&lt;/A&gt; &amp;lt; This plugin might be what you are looking for, it has an option to shrink the size of the webview when the keyboard appears &amp;gt; &lt;A href="https://github.com/cjpearson/cordova-plugin-keyboard#keyboardshrinkview" target="_blank"&gt;https://github.com/cjpearson/cordova-plugin-keyboard#keyboardshrinkview&lt;/A&gt; &amp;lt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2016 18:05:07 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2016-11-07T18:05:07Z</dc:date>
    <item>
      <title>Keyboard overlay on data entry fields</title>
      <link>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071919#M58466</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;Have developed app using intel XDK (cardova)... works good except for one thing..&lt;/P&gt;

&lt;P&gt;Whenever user types in any field, field being typed in gets below soft keyboard..&lt;/P&gt;

&lt;P&gt;Have tested it on Android...&lt;/P&gt;

&lt;P&gt;For fields on &amp;nbsp;upper side of page, it still okay that user can scroll up manually to see field.. but for fields on lower side of page, that's not an option.. as user can not scroll up as field is completely below keyboard and user has to practically type blindly without knowing what is getting typed in field..&lt;/P&gt;

&lt;P&gt;Any option to solve this?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 06:20:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071919#M58466</guid>
      <dc:creator>Soman__Manoj</dc:creator>
      <dc:date>2016-11-02T06:20:51Z</dc:date>
    </item>
    <item>
      <title>Try using the Ionic keyboard</title>
      <link>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071920#M58467</link>
      <description>&lt;P&gt;Try using the Ionic keyboard plugin to get more control over the soft keyboard. You'll find it in the featured plugin list. There may be other similar plugins out there that can help you with this issue. You'll have to search the Internet for them.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 16:28:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071920#M58467</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-11-02T16:28:45Z</dc:date>
    </item>
    <item>
      <title>Thanks Paul</title>
      <link>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071921#M58468</link>
      <description>&lt;P&gt;Thanks Paul&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 05:47:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071921#M58468</guid>
      <dc:creator>Soman__Manoj</dc:creator>
      <dc:date>2016-11-03T05:47:28Z</dc:date>
    </item>
    <item>
      <title>We are struggling with the</title>
      <link>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071922#M58469</link>
      <description>&lt;P&gt;We are&amp;nbsp;struggling with the same problem. Our app does not use the ionic framework, but&amp;nbsp;we did install the plug-in and verified that it is being initialized and called.&lt;/P&gt;

&lt;P&gt;The plug-in has a very limited API, and it seems that the hide and show keyboard events&amp;nbsp;might be&amp;nbsp;useful.&lt;/P&gt;

&lt;P&gt;I've looked around on this forum, and on StackOverflow, but have yet to come across a successful solution. Some of the more recent posts indicate a possible issue with Cordova.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/608010"&gt;https://software.intel.com/en-us/node/608010&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We have changed the full-screen settings, which made the problem better, but have not gotten any further.&lt;/P&gt;

&lt;P&gt;Is there something we should be doing with the ionic keyboard plug-in that we are not doing?&lt;/P&gt;

&lt;P&gt;It seems there are several posts regarding Android keyboard issues on this forum as well as on SO.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2016 14:49:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071922#M58469</guid>
      <dc:creator>Paul_J_1</dc:creator>
      <dc:date>2016-11-06T14:49:59Z</dc:date>
    </item>
    <item>
      <title>I suspect the issue is</title>
      <link>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071923#M58470</link>
      <description>&lt;P&gt;I suspect the issue is managing the scrolling of your view. Some references to that are here &amp;gt; &lt;A href="https://github.com/driftyco/ionic-plugin-keyboard#keyboarddisablescroll" target="_blank"&gt;https://github.com/driftyco/ionic-plugin-keyboard#keyboarddisablescroll&lt;/A&gt; &amp;lt; This plugin might be what you are looking for, it has an option to shrink the size of the webview when the keyboard appears &amp;gt; &lt;A href="https://github.com/cjpearson/cordova-plugin-keyboard#keyboardshrinkview" target="_blank"&gt;https://github.com/cjpearson/cordova-plugin-keyboard#keyboardshrinkview&lt;/A&gt; &amp;lt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 18:05:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Keyboard-overlay-on-data-entry-fields/m-p/1071923#M58470</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-11-07T18:05:07Z</dc:date>
    </item>
  </channel>
</rss>

