ionic
Here are 2,831 public repositories matching this topic...
Stencil version:
@stencil/[email protected] (but seems to occur from version 1.0.1 and up)
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https:/
about $sidebar, the first paramater of function of fromTemplate is type of string , how to bind event? I try to insert a bind function in the string ,but got a eeror in the console of chrome (eg: Property or method "showAlert" is not defined on the instance but referenced during render.)
Description:
I have a published app which i needed to make a few changes and re-publish. When i try to build now i get numerous errors of the type:
Error: The drawable "screen" in drawable-land-hdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [Mis
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[x] support request
Howdy, I just started using Ionic and I have no idea how to use components in my app.
Specifically, I'm interested in the accordion component.
-
Updated
Jan 21, 2020 - JavaScript
E.g. a mbsc-note-msg that maybe is a bit greyed out with info for the field - e.g. "The password must be at least 12 characters long." or "This will be the username other users recognize you by"
Should just not be colored - and maybe not bold.
-
Updated
Jan 31, 2020
Is your feature request related to a problem? Please describe.
I'm trying to use the 'step' attribute to restrict a number input to only 2 decimals. So 123.45 would be valid, 123.456 would be invalid.
My ngx-formly example can be seen here: https://stackblitz.com/edit/angular-xb9agn
Somehow the number is not recognized as invalid. The invalid input is also part of the submit. But if I copy
-
Updated
Jan 31, 2020 - TypeScript
I am assigning a button icon to different screen sizes. It only works on the iPhone settings and not the iPad.
storyboard constant settings.
iPad results - the icon does not resize. It also does not center to the new s
- Explain setup and workflows with travis, tests, demo project, release, slack-channel, coveralls, david-dm, npm badges, tags ...
- Explain, review docs.
I used
AdMob.createBanner({
adId: admobid.banner,
In ios, when you focus on a input, the page scrolls.
In android, when you focus on a input, it shows you a white screen and you can't see what are you typing.
*Not a bug really, but please remove unnecessary console.log messages..
To Reproduce
Supertabs is printing 'init', and 'Initializing' messages in the console from ionic-super-tabs-angular.js
Desktop (please complete the following information):
- OS: Windows 10
- Browser: Chrome
-
Updated
Jan 29, 2020 - JavaScript
Splash screen on iOS
I'm submitting a ...
[ ] bug report
[ X] feature request
[ ] support request
Current behavior:
Splash screen not showing on iOS
Expected behavior:
Splash screen is showing on iOS, and can be generated through ionic resources
Steps to reproduce:
Launch the application on an iPhone and expect to see a splash screen
Related code:
According to [this article]
when I click on back button, the transition looks weird, the transition finish before state changing, i use $ionicNativeTransitions.stateGo() with this config
`var theOptions = {
"type": slide,
"direction": direction,
"duration": 400,
"slowdownfactor": -1,
"iosdelay": 60,
"androiddelay": 70,
"winphonede
如果您和您的公司或组织使用了 NG-ZORRO_MOBILE ,非常感谢您的支持,欢迎留下公司或产品名,您的回复将成为维护者、社区用户和观望者的信心来源。
在不泄露信息的前提下,建议把截图晒一晒~
无关回复将会定期删除
推荐回复格式:
- 产品:
- 公司或组织:(如果可以)
- 链接:(如果可以)
- 截图:(如果可以)
We appreciate you support if you or your organization is using NG-ZORRO-MOBILE. You are welcome to leave replies about your product and organization here, which could became the confidence of maintiners, communica
The whole package is outstanding. Seriously, I need one product search button btw I can search Merchant Name. But I need more specific search for product.
Ionic version: (check one with "x")
[ ] 2.x
[ ] 3.x
[x] 4.x
Ion2-calendar mode: (check one with "x")
[ ] components mode
[x] modal mode
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[x] help me
Current behavior:
When ever I select a date and close the modal the date gets select
The protractor setup included here runs via Angular, and thus bypasses Ionic's proxy configuration which is typically used by Ionic apps running in the browser to avoid CORS issues.
A fix would be to start ionic serve
in protractor's beforeLaunch and run protractor concurrently, then cleanup ionic after protractor is done.
-
Updated
Jan 31, 2020 - TypeScript
Improve this page
Add a description, image, and links to the ionic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ionic topic, visit your repo's landing page and select "manage topics."
Bug Report
Ionic version:
[x] 4.7.11
Current behavior:
When the value of an Ionic input element is changed from OUTSIDE of the element, the element's onIonChange is triggered, thereby duplicating the change event.
Expected behavior:
As with every other React input, the onIonChange should only be triggered when the value was change from the element itself.
**Steps t