- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When using text fields in android, when i click on the field, keyboard comes in front of the text field and i cannot see what is written.
On ios, page scrolls up so i can see what is being written.
Also on AppPreview, it is OK as IOS, but a whitespace is shown in the page.
1.png: Screenshot of the actionsheet (everything is fine up to now)
2a.png: Screenshot of the app on Android which launched by apk (input is behind keyboard, so only way to see is pressing AndroidBackButton)
2b.png: Screenshot of the app which launched by IntelXDK Debug option. --> A whitespace is shown above, what is it?
How can i fix this issue on android?
Regards,
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which framework are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
App Framework 3.0 has been released. Please upgrade and see if the problem persists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AppFramework 3.0?
I'm using 2.1 as below:
<link rel="stylesheet" type="text/css" href="app_framework/2.1/css/af.ui.min.css">
<link rel="stylesheet" type="text/css" href="app_framework/2.1/css/icons.min.css">
<script type="application/javascript" src="app_framework/2.1/appframework.js"></script>
<script type="application/javascript" src="app_framework/2.1/appframework.ui.js" data-ver="1"></script>
but 3.0 does not have "appframework.js"
How can i use 3.0 as 2.0?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In App Framework 3.0 support for the query selector library has been removed, that's why you don't see appframework.js file. Instead you are encouraged to use jQuery or Zepto. There are some other limitations, see the release notes below.
The 3.0 version of App Framework removes the following
- Query selector library - instead use jQuery* or Zepto*
- Only supports Android* 4+, iOS* 6+, WP* 8, FF* OS and Blackberry* 10
- No longer provides a "Touchlayer", use Fastclick (https://github.com/ftlabs/fastclick) instead.
- Native scrolling is only used. If you need a JS scroller, use an existing one like FTScroller (https://github.com/ftlabs/ftscroller) or iScroll
Swati
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
So I understand that switching an existing application from appframework 2.1 to 3.0 will cause a lot of headache, am i right?
headers, footers, af.ui functions, etc. will they work same without modification as they are in 2.1 or 2.2?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The af.ui functions work as before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page