Programmatically focus on ion-button
I couldn’t find any solution to setFocus() on ion-button. Focusing ion-input with no problem. But it seems there is no way to focus on ion-button. setFocus() on ion-button throws error. I want to auto...
View ArticleIonic Cordova plugin Network Interface Plugin 0.0.0.0 IP and Subnet
nomanshah: NetworkInterface Try to catch some error as the doc suggest: this.networkInterface.getWiFiIPAddress() .then(address => console.info(`IP: ${address.ip}, Subnet: ${address.subnet}`))...
View ArticleNavParams references deleted but still causing errors after migrating to Ionic 4
@starlley I found the references in the node_modules and www directories. I deleted and regenerated them and the problems are solved. Thanks! @rapropos Good point, thank you! I’m still migrating the...
View ArticleIonic Cordova plugin Network Interface Plugin 0.0.0.0 IP and Subnet
Hi, Thanks for your message. No i don’t get any error. I get an error of course when there is no WiFi connected. Otherwise it just give 0 IP and Subnet.
View ArticleShare image to facebook
After you take the photo, I believe you use the Camera plugin, you can use another plugin that make this a lot easier: The Photo Viewer plugin, which have a built-in function to share the image in...
View ArticleIonic Cordova plugin Network Interface Plugin 0.0.0.0 IP and Subnet
Are you using a IPv6 network?
View ArticleCamera photo to base64
Welcome to Ionic Forum. Some advice to help you and help others to help you: Please, when sharing some problem related to a code, don’t post an image of it, post the code itself and format it with the...
View ArticleIonic Cordova plugin Network Interface Plugin 0.0.0.0 IP and Subnet
leonardofmed: IPv6 No the network is IPv4.
View ArticleIonic react not showing Mapbox map on Android emulator
Post the .ts code of the mapbox implementation on your page. In the console, do you see any error messages?
View ArticleIonic Cordova plugin Network Interface Plugin 0.0.0.0 IP and Subnet
For android I am using Hotspot, HotspotNetwork plugin and it works good on the same Router/Network.
View ArticleHow to write a mathematical equation in ionic 5?
Can you please explain a little better what are you trying to do? The user will input the equations? The user will take a photo os some equation and it will be recognized by the device? What are your...
View ArticleIonic Cordova plugin Network Interface Plugin 0.0.0.0 IP and Subnet
Try to call the function inside the constructor, as the developer suggests in a GitHub issue. Also, there is an issue similar to yours, you can keep track there.
View ArticleIonic Cordova plugin Network Interface Plugin 0.0.0.0 IP and Subnet
He Leanord, Thanks for the message. I tried that. Still 0 IP. It works with other routers but not with that Huawei ones. Now I cant say there is something wrong with plugin also the router works fine...
View ArticleIonic(v4) React Menu controller
@aaronksaunders “ion-menu-controller” doesn’t work in React. Instead of this, React has its own handler I guess, based on the “menu” example in Ionic site, which is “IonRouterOutlet” that is not...
View ArticleAlternatives for cordova-plugin-secure-storage
Hi everyone! Does anyone know any alternative for this pluggin cordova-plugin-secure-storage for save safe info ? Best regards
View ArticleIonic(v4) React Menu controller
@aej11 not really I try to do something like this but still no luck const menuCtrl = document.querySelector("ion-router-outlet") const MenuButton = () => ( <IonPage> <IonMenu side="start"...
View ArticleHow to write a mathematical equation in ionic 5?
I just want to write ordinary math or physics equations for content, content like learning math or math exercises, as simple as that Pada tanggal Sen, 28 Okt 2019 pukul 20.15 Leonardofmed via Ionic...
View ArticleHow to write a mathematical equation in ionic 5?
I see, I suggest you read this thread then: MathJax in Ionic It contains instructions on how to implement MathJax correctly. Note the Rapropos comment for the install location.
View ArticleCordova SecureStorage out of maintenance
Actually this is the new alternative, that plugin is now the default for Ionic Native so the problem should be fixed:...
View Article